Forum Replies Created by Sunil Urs

Viewing 15 posts - 256 through 270 (of 548 total)
  • We are glad that it solved the problem. It’ll be a part of the next release.


    Sunil Urs

    Michael,

    Here is an intermediate build with the fix. Please let me know if its working as expected.


    Sunil Urs

    in reply to: Disable touch support #6108

    Here is an intermediate build that fixes the problem.


    Sunil Urs

    in reply to: Graph not responsive when loaded as hidden #6095

    Once you toggle you can call chart.render() again and it’ll update its size. Please use the latest beta which contains this fix.


    Sunil Urs

    in reply to: bug drawing pie #6091

    Thanks for the code. Will look into the issue and get back soon.

    in reply to: Disable touch support #6090

    We are really sorry about the delay. We don’t have a solution yet. Will be taking this up on priority today and will get back with a timeline soon.


    Sunil Urs

    in reply to: bug drawing pie #6083

    Can you please give us some more information like data/options, width and height of its container so that we can reproduce the issue? Even a JSFiddle should help.

    in reply to: Column chart data from HTML form fields #6076

    Mitch,

    The form values are of string type and hence y is assigned a string when you directly use those variables. But when you try to multiply the same by 1, JavaScript runtime converts those values into numbers before multiplying and the resulting value will also be a number. That is the reason why it works fine.


    Sunil Urs

    in reply to: A variable for dataPoints #6075

    Stupefiant,

    DataPoints needs to be an array. Can you try var tableauDataPoints = [] instead?

    If the above suggestion doesn’t work, please re-create the issue on JSFiddle, so that I can figure out the problem.


    Sunil Urs

    in reply to: Gradients #6074

    Hi,

    As of now we have decided to go with Flat Colors only and hence Gradients won’t be supported in near future.


    Sunil Urs

    in reply to: Dynamic chart updates with flicket in IE9 #6073

    I just tried in on IE9 and it is working fine. Did you try with actual IE9 installation or via IE10’s Browser Mode? And may I know your system configuration?

    in reply to: Invoice #6057

    Sven,

    I’ve just sent a pdf version of the invoice to your registered email id.


    Sunil Urs

    in reply to: Invoice #6055

    Hi Sven,

    Thanks for purchasing license. Because the payment has already been done, you must have received a receipt instead with subject “Your order is complete. Thanks for purchasing the license”. It contains order details including the price. Please check your spam folder in case you don’t find the same inside inbox.


    Sunil Urs

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

    Hi,

    We are implementing feature to export chart as image (we are not sure about the format yet) in v1.5. You can expect it in 4-6 weeks.


    Sunil Urs

    in reply to: Resize Canvas when parent-div got resized #6001

    Helge,

    In the latest version you can just call render method whenever its container’s size changes and the chart readjusts its size (only if required) and also redraws the chart to fit the new size. You can also explicitly set width and height (in pixels) of chart in chart options and call render method to update its size.

    Chart with custom width


    Sunil Urs

Viewing 15 posts - 256 through 270 (of 548 total)