dpeterson

Members
  • Content count

    6
  • Joined

  • Last visited

Everything posted by dpeterson

  1. Ok the legendNumColumns =1 is what I was looking for. I'm still confused why it worked in the older version and the newer version it does not. Must have been set by default or something, as I did not have this in the code before. thanks for your help. Dave
  2. Working on upgrading out project to latest fusioncharts xt. Upon doing so a chart's legend changed. I have the position and "right" and didnt change any code other than replacing the js files. See the old.png attachment as the previous version looked like, dropped in the new fusioncharts and it looks like this now. Not sure what I need to change to make it look like the old version.
  3. I know, but If you see in my two images the top one the legend is on the right and vertical. When I updated to the latest fusioncharts it now is still on the right but it's no longer vertical, it is taking up half the chart. It shows this in the fiddles you provides as well. My question is how do I make it look like it was a vertical column with the latest version of fusioncharts?
  4. Have been using scatter chart for some time, and a new requirement to use the zoomscatter has come up and upon changing the type to zoomscatter I get this error: Uncaught (in promise) Error: Error: Loading chunk 9 failed. (error: fusioncharts.zoomscatter.js) at HTMLScriptElement.a (VM3779 fusioncharts.js:13) at VM3779 fusioncharts.js:13 We are currently using FusionCharts XT Enterprise and at version 3.13.4. I've tried using the data from the sample just to rule out an issue with my data. Again this works fine with the regular scatter chart. Any help would be appreciated.
  5. Thanks for the help. I have another issue, now that the zoomscatter is showing correctly, in my normal scatter chart i'm using anchorImageUrl to show a custom image. This works fine in the normal scatter, on the zoomscatter it tries to base64 encode the image and only shows a round ring. I've tried a few different things with alpha settings etc, no luck. The docs for anchors on zoomscatter does not have anchorImageUrl so this leads me to believe it's not supported. Any Ideas? thanks again for the help.
  6. Not Angular, .net, jquery, and MVC.