hasidilx,
This is not a bug. If you give same x, y & z values bubbles are bound to overlap and only the second one would be visible.
—
Sunil Urs
Shaangola,
As of now images are not supported in Markers. Instead you can use different marker types.
—
Sunil Urs
Hi,
It should be available sometimes in the 2 or 3rd week of next month. In case you want to try an early build please send an email to info@canvasjs.com
—
Sunil Urs
Alex,
As of now borders are not available in Chart.
—
Sunil Urs
You can do so by customizing toolTipContent property.
—
Sunil Urs
Ofergal,
I think you are most probably running it in Debug mode. Try closing the browser and launching it directly from desktop instead of launching it from Visual Studio. Also try closing toolbar if its open.
—
Sunil Urs
Pooja,
Going through two examples below should give you some idea on the same.
1. Creating Dynamic Charts
2. Creating Multiple Charts
—
Sunil Urs
Nimble,
Zoom / Pan events are not available as of now and hence it won’t be possible to load data the way you mentioned.
—
Sunil Urs
Sorry but we don’t have it in our roadmap for next 2-3 months.
—
Sunil Urs
Bocian,
But now because of this code after i hit Pan button it also redraws the whole chart. Is it possible to change Pan button configuration or at least remove Pan button from chart without interfering with your code
Pan & Zoom buttons are one and the same – button’s text and functionality changes depending on the state. Hence via the API you can totally disable the zoom/pan feature or will to have both.
But you might be able to work around it by setting display: none !important; for pan button. Pan button is the first-child of a div with class “canvasjs-chart-toolbar”
Here is a jsfiddle that hides pan/zoom button in chart.
—
Sunil Urs
As of now the only way to get a break in the line is to introduce null data point as described here.
combat,
This feature is not available as of now.
—
Sunil Urs
This behavior is actually by design. I observed that most of the times we don’t get enough space to place the labels inside the area because of sharp edges of area. Hence I decided to make it work like Line Charts.
—
Sunil Urs