Jump to content
JChartFX Community

ld_7

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by ld_7

  1. Hello, I am currently calling 6 functions to load data for 6 charts. I was thinking a nice effect would be to load each one when the other ones are completed. What is the smartest way to do this for jChartFX? I know there is a a jQuery function and a javascript timer as well but wanted to see what others are doing or what the recommended approach would be? I'd like one chart to animate after the other, or maybe two at a time. Thanks so much!
  2. Hello, My apologies if this was already answered, but I recently created a Pie Chart (which looks great, thanks jChartFX) but there is a disabled scrollbar on the bottom. I have 7 items in my series, but the scrollbar is disabled and I can only see 4 items summarized on the bottom. Is there a certain command or property I need to set to get the scrollbar to work? thanks!
  3. Hi all, I pass numbers to my chart, however when I hover over the various points, it shows the number without any formatting. So $1,500 just renders as 1500 (b/c that's the number I passed it). Is it possible to format it so when the user hovers over the point, I can show it as $1,500 ? thanks!
  4. **RESOLVED** HI all I was able to resolve this - it seems I had to setup the chart in the right way - I used two series and for some reason the presence of two in the way that I did it caused the animation to be choppy. Quite odd but after starting over again it worked, so just error on my part Thanks!
  5. Hi all, I'm doing a demo locally, as basic as can be. My animation isn't really slick like how it is on the jChartFX website. It just renders from left to right, as opposed to growing simultaneously and slick. Any ideas on what I'm missing? I'm just including this: <link rel="stylesheet" type="text/css" href="styles/jchartfx.css" /> <script type="text/javascript" src="js/jchartfx.system.js"></script> <script type="text/javascript" src="js/jchartfx.coreVector.js"></script> <script type="text/javascript" src="js/jchartfx.animation.js"></script> Is that order right? Are there more includes needed or additional calls that I need to make to get it to be smooth? Thanks, looking forward to a reply!
×
×
  • Create New...