himanshu,
reversed property of toolTip is used to reverse the order in which the items inside toolTip should be shown. reversed property works only when the shared property is set to true.
__
Priyanka M S
Team CanvasJS
Legends are shown for dataSeries and not for dataPoints except pie, doughnut, funnel and pyramid charts.
You can set the showInLegend property of dataSeries and dockInsidePlotArea property of legend to true to place the legends inside the plot area.
__
Priyanka M S
Team CanvasJS
himanshu,
This behaviour is intentional. When dataPoints of different data series are overlapped, the tooltip is shown for the first series to make the user aware of the hidden data series.
You can use shared toolTip feature to show all the available data series.
__
Priyanka M S
Team CanvasJS
We will reconsider this behavior in our future releases, as we are working on some other features at this point in time.
__
Priyanka M S
Team CanvasJS
Please take a look at this jsfiddle. Here you can hide/show dataSeries along with its y-axis on clicking legends.
__
Priyanka M S
Team CanvasJS
Michael,
This feature is not available as of now. However, you can achieve this by few lines of code. Please take a look at this jsfiddle.
__
Priyanka M S
Team CanvasJS
lorain,
The labels along the axes will be of the same color.
It is not possible to have labels of different colors along the axis as of now.
__
Priyanka M S
Team CanvasJS
larry,
All our licenses come with source code that you can modify according to your requirements. Please refer End user License Agreement for more info.
__
Priyanka M S
Team CanvasJS
@leo,
It is not possible to show toolTip for the dataPoints with null values as of now.
__
Priyanka M S
Team CanvasJS
leo,
Tooltips will not be shown for the dataPoints with null values. In case of shared tooltips, the dataPoints with null values will not be considered for content. There is no need of handling it externally.
The jsfiddle you had provided should solve the requirement.
__
Priyanka M S
Team CanvasJS
You can use the property viewPortMinimum/ viewPortMaximum to control the space between the axis and the first dataPoint.
However, it would be easy for us to understand your requirement better with an example. Kindly create and share a jsfiddle representing the issue you are facing.
__
Priyanka M S
Team CanvasJS
leo,
Tooltip will not be shown for the dataPoints with null values, even if shared property is set to true, as of now.
Instead you can set y values to zero and show toolTip content as null. Please take a look at this jsfiddle.
__
Priyanka M S
Team CanvasJS