t1shopper

Members
  • Content count

    2
  • Joined

  • Last visited

About t1shopper

  • Rank
    Forum Newbie
  1. It should be noted in the documentation that if FustionCharts is being used with debugging mode (settings below) and if the Internet Explorer 9 (IE9) F12 Developer Tools are not open, then the chart will not be rendered. There's no chart at all - and there's no errors thrown, no chart outline, nothing! Just magically there's no chart at all. Please update the documentation to note this browser issue. FusionCharts.debugMode.enabled(true); FusionCharts.debugMode.outputTo(console.log); FusionCharts.debugMode.outputFormat('verbose'); Thanks! http://www.t1shopper.com/
  2. Using non-numeric in values?

    Is it possible to use non-numeric data as values? For example, we want to show web server log data on a Bar Chart where the Y-axis is the time and the value in the bar (usually from the X-axis) is the type/description of server response. Of course a text description isn't numeric and so cannot really be plotted numerically on the X-axis. But in this case, we don't care about the X-axis, only the Y-axis and the title in the bar. Seems like a pipe dream....