Jump to content
JChartFX Community

brammh

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by brammh

  1. Thanks JuanC! this solves my issue. Looks much more fancy now Somehow, I feel pretty stupid that i missed this simple reset() call. I looked at the online API documentation, but missed it. Did I miss it, or am I looking at the wrong place? thanks, bram
  2. Hi, I'm using: "myChart.getAnimations().getLoad().setEnabled(true);" to enable animations on my combined chart. This looks nice. Ocasionally my page is updating chart data: "myChart.setDataSource(JSON.parse(data));" After I updated the data source, new data is shown in my chart as expected. However it would be nice if this could be done with an animation. Is there a way in achieving this? thanks, bram
  3. Hi All, I'm working on something based upon the Zoom ScrollBar as shown on the demo page. Should this also be working on a mobile device? iPhone / WP7 / Android / iPad etc. So far I get it working nicely only on a browser. Seems with a mouseclick the dragging and resizing works. not with touch controls. What am I missing? thanks! bram
×
×
  • Create New...