Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-charts

Package Overview
Dependencies
Maintainers
7
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-charts - npm Package Versions

1

2.0.1

Diff

mixonic
published 2.0.0 •

twokul
published 1.2.4 •

twokul
published 1.2.3 •

billylittlefield
published 1.2.2 •

Changelog

Source

Ember Charts 1.2.2 (October 24, 2018)

Fixes minor bugs and implements some minor security improvements throughout the repository.

  • Updates lodash dependency to v4.17.4
  • Fixes a minor bug for horizontal bar charts where the width could be set to a negative value in certain edge cases, causing issues (#217)
  • Fixes a minor bug with chart colors in which the chart would not be able to parse an RGB color passed in by the user
  • Changes links in README, config files, and dummy app to use HTTPS instead of HTTP, and removes usages of target="_BLANK" in dummy app to remove security vulnerability (#223)
billylittlefield
published 1.2.1 •

Changelog

Source

Ember Charts 1.2.1 (March 16, 2017)

Minor documentation updates and small bugfixes:

  • Updates documentation for installing and maintaining ember-charts (#192, #201)
  • Removes grunt dependencies and grunt-generated global dist files that were necessary prior to the Ember-CLI upgrade, and updates the documentation accordingly (#201)
  • Fixes a bug where labels in line series charts could be off by one day (#198)
  • Prevent modifying attributes during the render cycle (#189, improves #155)
metathinker
published 1.2.0 •

Changelog

Source

Ember Charts 1.2.0 (October 28, 2016)

Most important: A number of reflected cross-site scripting (XSS) vulnerabilities were fixed (1050884d5bc17658f017666fbca15605481661ad, #177, #178). Our sincerest apologies for these. If you have further concerns about the security of Ember-Charts or other Addepar software, always feel free to send email to [security at addepar dot com].

Second most important: A new Stacked Vertical Bar chart (#171) has been added! It works a little differently from the partial bar stacking feature of Vertical Bar charts, which is now deprecated. Please consult the documentation of this feature and the demo application to learn more.

Finally, some bug fixes and smaller features:

  • In Horizontal Bar charts: When the chart is interactive (allows ToolTips on mouse hover), the chart width now adjusts for the presence of a scrollbar (#190)
  • In Scatter charts: The chart height now honors the bottom margin setting for the chart (#188)
  • In Time Series charts:
    • Minor ticks will no longer be drawn with overlapping labels when the chart is made narrow enough to hide the labels and then made wider again (#176)
    • If the heuristically computed interval between bars is different from the interval you selected, then the bars will now be drawn in the correct place even if you also specify a bar offset (#185)
  • In Pie charts:
    • The Other slice width is no longer incorrectly rounded to 0% (#181)
    • There is now a includeRoundedZeroPercentSlices boolean property to toggle whether or not to show 0% width slices (#181)
  • In (unstacked) Vertical Bar charts:
    • When you mouse-hover over a stacking slice in a stacked chart (stacked using the deprecated old functionality) with only one bar, the legend ToolTip no longer shows "undefined: NaN"; fixes bug #167 (#171)
    • Per-bar color overrides are once again respected; this was regressed by 1.1.0 change #173 (#182)
    • For charts without bar groups, we once again respect sortKey: "value" in order to sort bars by value; this was regressed by 0.5.0 change #81 (#183)
jordansmith42
published 1.0.0 •

Changelog

Source

Ember Charts 1.0.0 (November 4, 2015)

The first version of Ember Charts in the npm repository! Now Ember-CLI can download the modules-based version from the npm repo. Otherwise identical to 0.5.1.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc