Forum Replies Created by Vishwas R

Viewing 15 posts - 391 through 405 (of 1,621 total)
  • in reply to: Line charts with markers on time series with zoom #29239

    Marianne,

    Does this library support line /step charts with markers

    Yes, markers are supported in all line, area, scatter and bubble charts.

    You can customize the color of the markers by using markerColor property. markerSize becomes zero when there is huge number of dataPoints, which you can customize by setting markerSize property. To enable zooming and panning, you can set zoomEnabled property to true.

    Please refer documentation for more customization options available.


    Vishwas R
    Team CanvasJS

    in reply to: Multiseries column charts #29238

    @monty_b,

    The sample shared seems to be working fine. Can you kindly share sample project reproducing the issue you are facing over Google-Drive or Onedrive so that we can run it locally at our end, understand the scenario better and help you resolve?


    Vishwas R
    Team CanvasJS

    in reply to: CanvasJS & Vue.JS – Updating JSON data on mousemove #29237

    @stellarenergy,

    Please take a look at this example for rendering doughnut chart along with updating subtitle on mousemove.


    Vishwas R
    Team CanvasJS

    in reply to: Multiseries column charts #29223

    @monty_b,

    Parsing data read from database before passing it to chart options should work fine in your case. Please take a look at this updated sample project.


    Vishwas R
    Team CanvasJS

    in reply to: Click event from tooltip #29200

    Stefan,

    Can you kindly create sample project reproducing the issue you are facing and share it with us over Google-Drive or Onedrive along with sample data so that we can run the code at our end locally, understand the scenario better and help you resolve?

    From what we have observed, sometimes things get delayed mostly when we are not able to reproduce the issue or not able to understand the exact requirements or the solution that we provide may not work properly due to the variation in chart-options being used by you and us.

    Having a sample project helps us in figuring out the issue and suggesting an appropriate solution accordingly.


    Vishwas R
    Team CanvasJS

    in reply to: Multiseries column charts #29199

    @monty_b,

    Can you kindly share working sample project over Google-Drive or Onedrive along with sample database so that we can run it locally at our end, understand the scenario better and help you resolve?

    From what we have observed, sometimes things get delayed mostly when we are not able to reproduce the issue or not able to understand the exact requirements or the solution that we provide may not work properly due to the variation in chart-options being used by you and us.

    Having a sample project helps us in figuring out the issue and suggesting an appropriate solution accordingly.


    Vishwas R
    Team CanvasJS

    in reply to: Trial period #29173

    @blank,

    One of our representatives from sales team will get in touch with you soon. For more information on licensing please contact sales[at]canvasjs[dot]com


    Vishwas R
    Team CanvasJS

    in reply to: Click event from tooltip #29172

    Stefan,

    Thanks for reporting the use-case to us. Setting pointer-events to ‘auto’ should work fine in this case. We have updated the JSFiddle with the same.


    Vishwas R
    Team CanvasJS

    in reply to: Chart overflow #29151

    @afreay,

    CanvasJS Chart automatically sets the height and width of the chart according to container’s dimensions. If the values are not set for the chart-container, it takes the default values (500px X 400px).

    Setting height to the chart-container should work fine in your case. If you are still facing any issue, kindly create JSFiddle reproducing the issue and share it with us so that we can look into the code, understand the scenario better and help you out.


    Vishwas R
    Team CanvasJS

    in reply to: Data aggregation #29119

    Saurabh,

    You can update dataPoints based on zoom-level with the help of rangeChanging event to achieve your requirements. Please take a look at this JSFiddle.


    Vishwas R
    Team CanvaJS

    in reply to: y-Axis Scaling #29111

    @tschounes,

    Is there something like the “suggestedmin” function: when datapoints are between the min-max values the max and min values are taken, if there outside the larger value is used.

    Sorry, we don’t have such option as of now.


    Vishwas R
    Team CanvasJS

    in reply to: New Installation Error #29086

    @shahparz,

    Setting proper DocumentRoot should work fine in your case. Please refer this StackOverflow thread for more information.


    Vishwas R
    Team CanvasJS

    in reply to: y-Axis Scaling #29061

    @tschounes,

    It seems you are not using valid chart options to set the axis range. You can set the range of axisY by setting minimum and maximum properties, please refer documentation for live examples & more customizations available.


    Vishwas R
    Team CanvasJS

    in reply to: How to reduce number of 0 on Y axis? #29049

    Saul,

    Glad that you figured it out :)


    Vishwas R
    Team CanvasJS

    in reply to: Graphs with Multiple Axes get value from mysql #29013

    @ilteo85,

    Please take a look at this video for complete tutorial on connecting and reading data from database in 000webhost.


    Vishwas R
    Team CanvasJS

Viewing 15 posts - 391 through 405 (of 1,621 total)