Forum Replies Created by Manoj Mohan

Viewing 15 posts - 736 through 750 (of 801 total)
  • in reply to: Add Padding Around StripLine Label Text? #25783

    @bfailing,

    Sorry, padding in stripLine label is not available as of now.

    —-
    Manoj Mohan
    Team CanvasJS

    in reply to: Remove CanvasJs link #25770

    @nellai-dinesh,

    Trial Version is for evaluation purposes for 30 days which comes with ‘Trial Version’ watermark and ‘CanvasJS’ credit link. To use charts without ‘Trial Version’ and ‘CanvasJS’ Credit Link you will need to have a Commercial Version of CanvasJS. Please contact sales@canvasjs.com for sales related queries.

    —-
    Manoj Mohan
    Team CanvasJS

    in reply to: plotting graph #25768

    @jameela,

    You can programmatically zoom / pan to a region by setting viewportMinimum and viewportMaximum.

    And one more query how to handle huge data like by days or weeks.

    Can you kindly brief us more about your requirement along with some example or pictorial representation so that we can understand the scenario better and help you out?

    —-
    Manoj Mohan
    Team CanvasJS

    in reply to: Plotting of Infinity value #25758

    @kevin-goveassilabs-com,

    Can you kindly share some example or pictorial representation of how you would like to represent infinity along with sample data so that we can understand it better and help you out?

    —-
    Manoj Mohan
    Team CanvasJS

    in reply to: Live chart with MSSQL and ASP.NET #25753

    @jason1028,

    Please take a look at this sample project for creating dynamic chart in ASP.NET MVC using data from MSSQL Database.

    —-
    Manoj Mohan
    Team CanvasJS

    in reply to: Problem in displaying Legend #25739

    Samyukta,

    Legends are shown for each dataSeries with a marker and the text. In your case, it shows same name in multiple colors as you are passing same name to multiple dataSeries. Parsing JSON properly and passing legendText / name according to the dataSeries that you are creating dynamically should work fine. Please take a look at this JSFiddle for an example on multi-series chart from JSON file.


    Manoj Mohan
    Team CanvasJS

    in reply to: Can't calculate because of the thousand seperators #25738

    @pater,

    Can you kindly share sample project along with sample CSV over Google-Drive or Onedrive so that we can look into your code, understand the scenario better and help you out?


    Manoj Mohan
    Team CanvasJS

    in reply to: Exploded property on Pie Chart #25723

    @jason1028,

    Setting exploded property to true will explode a slice of pie/doughnut on chart-render.
    As you are reading data from database, you can add exploded property by checking the label. Please refer the code-snippet below. Adding the below snippet just before calling chart.render() should work fine in this case.

    for(var i = 0; i < chart.options.data[0].dataPoints.length; i++)
        if(chart.options.data[0].dataPoints[i].label === "Visa")
            chart.options.data[0].dataPoints[i].exploded = true;

    —-
    Manoj Mohan
    Team CanvasJS

    in reply to: Not able to display pie chart with external csv file #25699

    @sanikahumbe,

    It seems to be working fine without any issue. Please take a look at this working sample.

    If you are still facing any issue, kindly share sample project reproducing the issue along with sample csv over Google-Drive or Onedrive so that we can understand the issue better and help you resolve the same.

    —-
    Manoj Mohan
    Team CanvasJS

    in reply to: plotting graph #25697

    @jameela,

    CanvasJS just renders the dataPoints in the order passed by you, it doesn’t sort the dataPoints. However with few lines of code, you can sort dataPoints to render chart with linear order of x as shown in this JSFiddle.

    —-
    Manoj Mohan
    Team CanvasJS

    in reply to: Blurry text on charts #25671

    @mutesummer,

    Chart elements may look blur when either zoom within display setting of browser or windows is changed. Resetting zoom to 100% should work fine in this case. Also the look & feel of title, label and other text elements depends on font-family being used. You can try customizing the font-family of text by setting the fontFamily property.

    If the issue still persists, kindly create JSFiddle reproducing the issue you are facing and share it with us so that we can look into your code, understand the scenario better and help you out.

    —-
    Manoj Mohan
    Team CanvasJS

    in reply to: axisX and crosshair different dimension ? #25656

    @sollinger,

    Crosshair labels show the x or y axis values at the current mouse co-ordinates or to the nearest data points. However, you can format the crosshair label using labelFomatter.

    If this doesn’t fulfill your requirements, can you kindly create a JSFiddle or provide a live example and brief us further about your requirement so that we can understand your scenario better and help you out?

    —-
    Manoj Mohan
    Team CanvasJS

    in reply to: Multi series donut chart #25625

    @driven13,

    Sorry, multi-series donut chart is not available as of now. However, you can draw one donut over another as shown in this JSFiddle.

    —-
    Manoj Mohan
    Team CanvasJS

    in reply to: Special formatting for X axis label #25564

    Michael,

    Sorry, this feature is not available as of now.

    —–
    Manoj Mohan
    Team CanvasJS

    in reply to: plotting graph #25552

    @jameela,

    Can you kindly create JSFiddle reproducing the issue you are facing and share it with us so that we can look into the code, understand the scenario better and help you out?

    —-
    Manoj Mohan
    Team CanvasJS

Viewing 15 posts - 736 through 750 (of 801 total)