Forum Replies Created by Vishwas R

Viewing 15 posts - 1,561 through 1,575 (of 1,601 total)
  • in reply to: bug: stackedColumn in chrome no longer working #10327

    Danny,

    We are glad that you were able to fix the issue. We had seen similar Bug last year in one of the Chrome Updates which they fixed after sometime. Seems like the same/similar issue has reappeared in current version of Chrome. Hoping that they’ll resolve this issue soon. We’ll also try to reproduce this problem at our end in a normal canvas and report the same to Chromium team.

    in reply to: Blurry title and x-axis #10326

    Fernando,

    Differences in font rendering between browsers is most probably the culprit here. We’ll try to use more consistent fonts going forward.

    Also, the Firefox doesn’t render text properly at certain angles like -20. In those cases you can change it to -30 to make it work properly. Here is how it looks at -30.

    in reply to: Axis labels overflowing #10320

    Tomi,
    We just release v1.8.1 Beta, label-clipping issue has been resolved.

    in reply to: One line Multiple colors #10319

    Tim,

    We just release v1.8.1 Beta with lineColor feature.

    in reply to: date time formatting issues #10172

    @mmfc

    In the JSFiddle that you have shared, we observe that you are not providing x-values, because of which the date starts from Jan 1 1970 – as x-values are auto-assigned as 1,2,3,… internally. As the axis is dateTime axis, we suggest you to use intervalType along with interval to set the interval but to pass x-values.

    Here is the working fiddle with formatted-labels in “DD/MM/YYYY” format.
    multi series chart with data from csv


    Vishwas R
    Team CanvasJS

    in reply to: date time formatting issues #10162

    @mmfc,

    Can you kindly use this JSFiddle and reproduce the issue you are facing. The JSFiddle uses CSV data to render the chart.

    Having a JSFiddle with the issue you are facing would help us understand the scenario better and help you resolve.


    Vishwas R
    Team CanvasJS

    in reply to: date time formatting issues #10153

    @mmfc,

    In the JSFiddle that you have shared, we observe that the ISO-format for date-time that you are using is not proper [Correct Format – new Date(“YYYY-MM-DDTHH:MM:SS”)]. Also the csv file is missing, because of which we are unable debug / understand the use-case properly. Passing proper date-time values should work fine in your case. Please refer this documentation page for more information on using date-time values. Please take a look at this JSFiddle for an example on using date-time values.
    chart with timestamp values on x axis


    Vishwas R
    Team CanvasJS

    in reply to: The line chart not appear when open the page #10147

    Alben Shao,

    Kindly close the getJSON after rendering chart. Here is the working code.

    in reply to: Shifting not completlty working #10143

    Kismal,

    We are unable to reproduce the issue. Kindly create a fiddle so that we can help you out. Hope this link helps you for more information on creating dynamic charts.

    in reply to: Display HTML values in canvas chart #10142

    Here is an example where you can access data from HTML and pass it to chart.

    in reply to: Candlestick Gann Angles #10137

    Ethoel,
    Its not possible to implement gann angles in candlestick chart. You can create two charts, one with candlestick and other with gann angles to achieve this. Here is an example.

    in reply to: Get X value after range changed #10097

    Michel,

    When its date-time axis, the date-time values of JavaScript will be in milliseconds starting from 1 Jan 1970. You can convert it to date-time and set it to viewportMinimum.

    Here is an example.

    If this doesn’t resolve the issue, kindly create a jsfiddle with your case.

    in reply to: How can i send data to the graph #10072

    Rack,

    Refer this thread to know how to pass mysql data to canvasJS

    in reply to: Image label on spline area charts #10067

    This feature is not available as of now.

    in reply to: AxisY2 Maximum broken in 1.8 #10064

    Jacob,
    Its ‘e.chart.options.axisY2.maximum’. Kindly check the screenshot you have added, it has field called options.

Viewing 15 posts - 1,561 through 1,575 (of 1,601 total)