Forum Replies Created by Sunil Urs

Viewing 15 posts - 1 through 15 (of 548 total)
  • in reply to: Getting Sad Face With Large Chart #33470

    Theo,

    Most browsers have a limit on the size of Canvas Element. Chrome and Firefox have a limit of 32767 Pixels. May I know why you are trying to render such a large Chart?


    Sunil

    in reply to: format currency #21165

    Hi,

    I did not exactly understand what you meant by “put value mask to REAL”. But if you just trying to format numbers with two decimal values, you can use Format String “#,##0.00”.

    Here is an example https://jsfiddle.net/canvasjs/ovhLqdr2/1/ – you can see Y Labels formatted with two decimal points.
    Formatting Axis Labels

    If this doesn’t answer your question, please explain in detail with few example values and how you want it to be formatted.


    Sunil Urs

    Martin,

    Can you please explain the issue you are facing? It would also be useful if you can create a jsFiddle demonstrating the issue with minimal code.

    If you are just looking for an example using jQuery, here is one.


    Sunil Urs

    in reply to: Sync tooltips across charts #21043

    Aarti,

    From your other post I can see that you were able to make it work at your end. So am closing this post


    Sunil Urs

    in reply to: Does not show chart on Android P chrome browser #21041

    Michael,

    Is this issue happening only in certain situations or always? Can you see charts on our website when you browse using Android P Chrome Browser?


    Sunil urs

    in reply to: Xaxis data #21040

    Akshay,

    Chart doesn’t automatically group dataPoints by its label. In fact whenever only label is given (without x), internally it assigns x values to dataPoints in an order. So, there can be different dataPoints with same x value but different label.

    So, only way to achieve this is to set x value to each dataPoint as required.


    Sunil Urs

    in reply to: Want to build chart in cron job functionality #21039

    Subhra,

    In order to render chart on the server side you would require a headless browser like PhantomJS. Here is an article which might help.


    Sunil Urs

    in reply to: Charts not appearing after the v.02 update #17291

    Carlo,

    Can you please check if there is any error being shown in Chrome Developer Console??


    Sunil Urs

    in reply to: Feature Enquiry #13923

    Ryan,

    You can use stripLines to set different background color for different range of values. Here is an example.

    Charts don’t have a Zoom Bar yet. But it allows you to switch between Zooming & Panning mode via a Toolbar at the top right.


    Sunil Urs

    in reply to: Showing #total inside a regular label or just on hover #12819

    Jansen,

    Sorry, but #total is not available in Format Strings because they are meant to specify formatting x/y values only. Also, #total is only available in Stacked, Pie and Doughnut Charts. But you can customise toolTip and indexLabel via a custom formatter of your own – you’ll have to write some additional code to find the total. Please refer to following links on the same.


    Sunil Urs

    in reply to: Using StackedArea100 % chart not covering full background #12724

    Akshada,

    We can surely help you with this. Can you please create a jsfiddle which reproduces the issue so that we can understand it better?


    Sunil Urs

    in reply to: Pie Chart not showing all labels? #12712

    Emily,

    Thanks for reporting. We’ll look into the issue and get back at the earliest.


    Sunil Urs

    in reply to: Title as link #12632

    Miroslav,

    We are exposing some new APIs in couple of weeks which will provide co-ordinates of Title and other Chart elements. Using this along with a couple of lines of jQuery code, you should be able to detect if the user clicked on Title.


    Sunil Urs

    in reply to: canvas line chart #12631

    Pooja,

    Can you please explain what you mean by outline? Do you mean to say a border around the Chart??


    Sunil Urs

    in reply to: Missing Bar Issue #12588

    Jagadesan,

    Can you please share your code via Google Drive / One Drive so that we can download and have a look??


    Sunil Urs

Viewing 15 posts - 1 through 15 (of 548 total)