It works, thanks.
Working great.
Many thanks. Will try later.
Its working. Thanks.
Hi,
Was this feature already implemented?
Br, Daniel
It’s the only chart type I miss in canvasjs and should be very simple to implement.
The javascript is working: http://jsfiddle.net/dreamfalcon/90fesy3v/
You just need to iterate over the result
It appears you have to use the maximum and minimum options on the axisY
axisY:{ maximum: 1.0000005, minimum: 1 },
This is not a problem with canvasjs, but with JavaScript. If you write this code: var x = 012.5; Will give a SyntaxError.
var x = 012.5;
You just need one of the canvasjs files. excanvas is to support older versions of IE. To compress javascript files just search in google by “js minify” or “js compress”.
I’m using Samsung Tab S 8.4 & Google Chrome. Only using interactivityEnabled=false I was able to scroll.
I have found the option, interactivityEnabled.
Thx
I’m using version 1.5.1 and having problems scrolling on a tablet. When touching a chart show’s the tooltip and cant scroll.
Its working great, thanks
Apparently you have to use milliseconds. I’m using strtotime in PHP:
strtotime($x) * 1000-3600000
the 3600000 is because I’m on UTC.