Forum Replies Created by Sunil Urs

Viewing 15 posts - 226 through 240 (of 548 total)
  • in reply to: bug drawing pie #6286

    Daniel,

    Please add our email id to your contacts. Otherwise gmail might send them to spam folder by mistake.


    Sunil Urs

    in reply to: memory leak #6285

    Daniel,

    You are creating a totally new chart each time you want to update which is causing memory leak. Instead create the chart once and only update the data inside “updateChartN” method. Please check this example.


    Sunil Urs

    in reply to: load several series from csv or an array #6284

    Daniel,

    It requires two data series.


    Sunil Urs

    in reply to: Adding custom indexLabel to stacked column #6275

    Custom indexLabels are not supported yet. But here is a workaround by using a third dataSeries.

    Hope this helps.


    Sunil Urs

    in reply to: Chart in div hidden #6274

    Since v1.4 you can also call render method once it becomes visible and chart updates its size according to its container element.


    Sunil Urs

    Thanks for reporting. I’ll have a look into the issue and get back.

    in reply to: World Map/Geo Chart #6248

    Chaitanya,

    Maps are not in our roadmap as of now.


    Sunil Urs

    in reply to: Export chart to PNG/PDF #6240

    As of now I’ve a working prototype but it would require couple of days more for me to give you an internal build. Please contact me at info [at] canvasjs [dot] com after couple of days and I’ll give you an alpha version of the same.


    Sunil Urs

    in reply to: Doesn't work in IE8 anymore #6231

    Andreas,

    I tried several test cases and they are working fine on IE8. Probably I must have missed out something. Can you please post a sample code of yours that can reproduce the issue.


    Sunil

    in reply to: Doesn't work in IE8 anymore #6230

    Andreas,

    We haven’t dropped IE support. Must be a regression bug. Will have a look and get back.


    Sunil Urs

    in reply to: interlacedColor and lineColor #6222

    Christoph,

    Thanks for reporting. I’ll try to reproduce the issue and get back.


    Sunil Urs

    in reply to: another bug with pie #6212

    Daniel,

    The issue has been fixed in the current version – v1.4.0 GA. Please download it from our download page and let me know if its working as expected.

    Nukeme,

    When there are too many data point which can lead to label overlapping, chart tries to skip some of the labels so that there is no overlap and the chart is readable. So in most of the cases label gets skipped in order to avoid overlapping. But the above issue that Daniel reported was a genuine issue which I’ve fixed. This must have also fixed the issue in your case. Do checkout the latest version and let me know. If the issue still persists, please create a jsfiddle with your data so that I can have a look.


    Sunil Urs

    in reply to: bug drawing pie #6211

    Daniel,

    In the current release borders have been removed in pie and doughnut charts in favor of flat design. So, this issue should no longer be there.


    Sunil Urs

    in reply to: Fit CanvasJs instance within jquery dialog #6190

    Krishnan,

    Checkout this jsfiddle.


    Sunil Urs

    in reply to: Columns does not fit chart #6186

    Chris,

    Here is a new build that fixes the issue. Please try the same and let me know if its working as expected.


    Sunil Urs

Viewing 15 posts - 226 through 240 (of 548 total)