maveryck21

Members
  • Content count

    7
  • Joined

  • Last visited

Everything posted by maveryck21

  1. Hey, I'm using FusionCharts on an iOS application. Currently I have a view controller with two different UIWebViews that are loading two different charts from different html files. The problem is that both charts are rendered but one of them is invisible as you can see in the screenshot. It only works with one chart at a time. How can I fix this?
  2. Hey, Why am I getting this chart from the following data? The chart should start on zero but it starts on 400. { "chart":{ //Functional Attributes "adjustDiv": "0", "showValues": "0", "showYAxisValues": "1", "yAxisMinValue": 0, "yAxisMaxValue": 1, "showLabels": "1", //Chart Cosmetics "bgAlpha": 0, "canvasBgAlpha": 0, "showBorder": "0", "canvasBorderThickness": 0, //Data Plot Cosmetics "showPlotBorder": "1", "plotBorderColor": "FFFFFF", "plotBorderThickness": 1, "plotFillRatio": 100, //Chart Padding & Margins "valuePadding": 0, //Divisional Lines & Grids "showAlternateHGridColor": 0, "numDivLines": 3, "zeroPlaneThickness": 1, "divLineThickness": 1, "divLineAlpha": 20, "zeroPlaneAlpha": 20, //Legend "showLegend": "0", }, "categories":[{ "category":[ { "label":"06/12" }, { "label":"07/12" }, { "label":"08/12" }, { "label":"09/12" }, { "label":"10/12" } ] } ], "dataset":[{ "seriesname":"Green Series", "ratio": "100", "color": "64bb48", //green "data":[ { "value":"500" }, { "value":"390" }, { "value":"365" }, { "value":"460" }, { "value":"220" }, ] }, { "seriesname":"Red Series", "ratio": "100", "color": "e64e4d", //red "data":[ { "value":"110" }, { "value":"110" }, { "value":"100" }, { "value":"110" }, { "value":"110" } ] }, { "seriesname":"Gray Series", "ratio": "100", "color": "E6E6E6", "data":[ { "value":"110" }, { "value":"200" }, { "value":"110" }, { "value":"110" }, { "value":"50" } ] } ] }
  3. Fusioncharts On Two Uiwebviews Ios

    Hey, It seems that I cannot call the FusionCharts library two times in a very short period of time from different files: always need to wait around 1 or 2 seconds because calling the render on the second chart. Why? Thanks
  4. Stacked Column 2D Not Starting On Zero

    Hey, I've replaced my FusionCharts files and now is working properly. Strange nevertheless because I didn't change anything on the files. Thanks anyway.
  5. Stacked Column 2D Not Starting On Zero

    Hey, Thanks for your reply. I'm using exactly the same data. Even if I try to recreate the charts using your sample data from the docs, my charts always appear with this problem on the Y-Axis. I'm using the latest version of FusionCharts. Any thoughts? Thanks.
  6. Stacked Column 2D Not Starting On Zero

    Hey, Thanks for the reply. Yes It is exactly the same data. Even if I use the sample data you give on the docs my charts appear different from your examples. Always with this problem on the Y-Axis. Any thoughts? I'm using the latest version of FusionCharts. Thanks
  7. Fusioncharts On Two Uiwebviews Ios

    Hey, Thanks for the reply. All charts have a different ID. I'm using the latest version. Any thoughts? Thanks.