Forum Replies Created by pablocabana

Viewing 5 posts - 1 through 5 (of 5 total)
  • in reply to: Internet explorer 7,8,9 #5256

    No errors.
    This would be great.
    I cant post the link here, I just sent you an email at info@canvasjs.com.

    in reply to: Internet explorer 7,8,9 #5254

    Hum.
    Yes, your example works.
    I am doing lots of small changes to fit the design and clients needs (I’ve bought the Single Website license). Probably I broke something. I will dig it further. Is there any special handler for mousemove on IE that I should check?

    in reply to: Internet explorer 7,8,9 #5238

    The mousemove event that controls the tooltips is not firing on IE8. I can render doughnuts charts with animations properly, but the tooltips remains stopped. :/
    Is that expected?

    in reply to: redraw chart #5231

    Oops, forget about the redraw part.
    Just got it to work.
    But can I animate the redrawing process, as if it was being created for the first time?

    in reply to: redraw chart #5230

    I cant make it work with the doughnut chart at all.
    Take a look at my tests:
    https://cabanapps.com.br/valores-vale/TESTS/

    It only changes the colors of the graphics, not the values.
    What I am doing is setting:
    chartTwitter.options.data[0].dataPoints = [my new dataPoints]
    and calling
    chartTwitter.render();

    If I do like in the example:
    https://canvasjs.com/docs/charts/how-to/creating-dynamic-charts/
    Just updating the dataPoints variable array, nothing happens.

    Any help?

    Besides that, I couldnt manage to creat charts runtime, instead of using “onLoad”.
    It looks like that the way it search for the canvas context get messes up if you dont use onload.
    Do you have any workable example that dont use “onload” event to create the chart?

Viewing 5 posts - 1 through 5 (of 5 total)