We have just released v2.2 with this bug fix. Please refer to the release blog for more information.
—
Vishwas R
Team CanvasJS
You can sort dataPoints in alphabetical order. Please take a look at this JSFiddle.
—
Vishwas R
Team CanvasJS
Visually both looks same. But in the previous example you need to handle color of the line, marker, toolTip content, etc where as in the current example provided its just a single property (fillOpacity) that makes your task simpler.
—
Vishwas R
Team CanvasJS
With couple of lines of code you can add “Save as CSV” as option within “More Options” of Chart Export feature. Please check this updated jsfiddle.
—
Vishwas R
Team CanvasJS
Please take a look at this jsfiddle.
Also please refer to the tutorial on Positioning Images over Chart for more info.
—
Vishwas R
Team CanvasJS
Thanks for your valuable suggestion on labelMinWidth. I will discuss with the team regarding.
Meanwhile, you can get reference of the chart components that are created and set the axis margin as shown in the jsfiddle.
—
Vishwas R
Team CanvasJS
Tooltip doesn’t capture any events. Setting pointer-events: auto !important;
along with setting height and overflow-y should work fine in your case. Please refer this documentation page for more information on toolTip. Also take a look at this JSFiddle for an example on same.
—
Vishwas R
Team CanvasJS
You can add custom colorSet, which is an array of colors, to render chart data with custom colors.
Can you kindly create JSFiddle or share sample project reproducing the issue you are facing over Google-Drive or Onedrive so that we can understand your code & scenario better and help you out.
—
Vishwas R
Team CanvasJS
Exporting chart data as xlsx or csv is not supported as of now. However with couple of lines of code, you can achieve this. Please take a look at this JSFiddle.
—
Vishwas R
Team CanvasJS
Thanks for your feedback.
You can align axisY of multiple chart by setting margin based on axisX bounds. Please take a look at this JSFiddle.
—
Vishwas R
Team CanvasJS
The package that you are using through npm is not an official package but from a third party.
You can download CanvasJS from our download page and save it (canvasjs.min.js) in source folder of your project (‘src/app’ or ‘src/app/assets/js’ or ‘src/app/lib’) and import the CanvasJS library to your app using import * as CanvasJS from './canvasjs.min'
(path may vary based on file location like ‘./assets/js/canvasjs.min’ or ‘./lib/canvasjs.min’).
Out library works with all versions of Angular / AngularJS. Please take a look at this gallery page for examples on integrating CanvasJS in angular apps. Also take a look at this sample project for an example on adding CanvasJS in Angular 5 App.
—
Vishwas R
Team CanvasJS
Vineet,
You can fix the position of the toolTip by adding style to toolTip DOM (canvasjs-chart-tooltip class). Please take a look at this JSFiddle.
—
Vishwas R
Team CanvasJS
Thanks for your interest in purchasing CanvasJS. I have forwarded your query to our sales team. They will get in touch with you soon and assist you purchase appropriate license :)
—
Vishwas R
Team CanvasJS
You can use toolTip contentFormatter to format the content to the be displayed in toolTip. Please take a look at this JSFiddle.
For further queries, kindly create JSFiddle along with sample data, so that we can look into working code, understand it better and help you out.
—
Vishwas R
Team CanvasJS
Please refer this tutorial for step-to-step guide on rendering Live Updating Charts from JSON API & AJAX.
—
Vishwas R
Team CanvasJS