In v1.8 you can Sync multiple chart ranges, zoom vertically and control Pie/Doughnut Chart size
Ability to sync multiple chart ranges has been one of the popular requests since last couple of months and hence we decided to implement the same. Along with sync we have also added feature to allow vertical zooming/panning. These two features should allow you to create more advanced dashboards and also improve the user experience.
CanvasJS 1.7.0 goes GA
Today we are releasing 1.7.0 GA with a few bug fixes. Below is a summary of this release. Bug Fixes It was not able to reset axis minimum and maximum to be handled automatically by setting them to null. In Pie/ doughnut and stacked charts, if a dataPoint’s percent is 0, indexLabel was being shown
CanvasJS v1.7.0 Beta with Custom Formatting, Subtitle, etc
Today we are releasing v1.7 with lot of new features which should give you finer control over chart. This is a major version which supports custom formatter functions which was one of most requested features till now. With custom formatter functions you can format labels on axis according to your requirement. Apart from this we
CanvasJS Charts 1.6.2 Released
Today we are releasing 1.6.2 GA with several bug fixes. Below is a summary of this release. Bug Fixes Browser used to crash if all series related to an axis were hidden while interval is set – used to work fine if the interval is not set. If max and min dataPoint y values were
CanvasJS Charts 1.6.1 Released
Today we are releasing 1.6.1 GA with several bug fixes and enhancements. Below is a summary of this release. New Properties legendMarkerBorderColor & legendMarkerBorderThickness properties in dataPoint and dataSeries. Bug Fixes Marker Border Color and thickness was not enabled in case of scatter charts. Highlighted objects were not visible properly (sometimes partially visible) if they
CanvasJS Charts 1.6.0 goes GA
Today we are releasing v1.6 GA with several bug fixes and enhancements. This is a major version which includes animation support along with several enhancements and bug fixes. Below is a summary of this release. You can read more about the features introduced in v1.6.0 in its beta release blog. Bug Fixes Trying to save
CanvasJS now support animation! – v1.6.0 Beta
Since the first version of CanvasJS Charts many of our users have asked for animation support for all charts types instead of only Pie & Doughnut. Today we are releasing 1.6.0 Beta which includes animation for all chart types. Along with animation it also includes several bug fixes & enhancements. Do try out our current
CanvasJS v1.5.6 Released
Today we are releasing 1.5.6 GA with several bug fixes. Below is a summary of this release. Bug Fixes indexLabelWrap was not working at the dataPoint level Labels at axis maximum were not being show in few cases due to JavaScript number precision problems Click event was firing after zooming Updating exportEnabled & exportFileName dynamically
CanvasJS v1.5.5 includes jQuery Charting Plugin
Since the first version of CanvasJS our primary goal has been to make it as simple as possible for you to create and add charts. Given that jQuery is being used widely over the web, we thought of building a simple jQuery plugin that would allow you to integrate CanvasJS Charts the jQuery way! So