CGOPupu

Members
  • Content count

    2
  • Joined

  • Last visited

Posts posted by CGOPupu


  1. Hello,

    I integrate 4 charts in same php page (2 XT and 2 timeseries). It works fine, but only when I did a hard refresh (shift + F5).

    In case of simple refresh, 3 of my 4 doesn't load, and I have following errors in the console :

    fusioncharts.js:13 Uncaught RuntimeException: #03091456 xxxxxx.render() Error >> Unable to find the container DOM element.
        at Object.Me [as resolve] (https://mywebsite.net/resources/js/fusioncharts.js:13:70825)
        at e.t._addChartDependency (https://mywebsite.net/resources/js/fusioncharts.js:13:79350)
        at e.t.render (https://mywebsite.net/resources/js/fusioncharts.js:13:85152)
        at Function.<anonymous> (https://mywebsite.net/index.php:44:2213)
        at a (https://mywebsite.net/resources/js/fusioncharts.js:13:75167)
    Me @ fusioncharts.js:13
    t._addChartDependency @ fusioncharts.js:13
    t.render @ fusioncharts.js:13
    (anonymous) @ VM9978 index.php:44
    a @ fusioncharts.js:13
    setTimeout (async)
    m @ fusioncharts.js:13
    v @ fusioncharts.js:13
    Me @ fusioncharts.js:13
    t._addChartDependency @ fusioncharts.js:13
    t.render @ fusioncharts.js:13
    (anonymous) @ VM9978 index.php:44
    a @ fusioncharts.js:13
    setTimeout (async)
    e.ready @ fusioncharts.js:13
    (anonymous) @ VM9978 index.php:42
          
    fusioncharts.js:13 Uncaught RuntimeException: #03091456 yyyyy.render() Error >> Unable to find the container DOM element.
        at Object.Me [as resolve] (https://mywebsite.net/resources/js/fusioncharts.js:13:70825)
        at e.t._addChartDependency (https://mywebsite.net/resources/js/fusioncharts.js:13:79350)
        at e.t.render (https://mywebsite.net/resources/js/fusioncharts.js:13:85152)
        at Function.<anonymous> (https://mywebsite.net/index.php:92:27)
        at a (https://mywebsite.net/resources/js/fusioncharts.js:13:75167)
    
    fusioncharts.js:13 Uncaught RuntimeException: #03091456 zzzzzz.render() Error >> Unable to find the container DOM element.
        at Object.Me [as resolve] (https://mywebsite.net/resources/js/fusioncharts.js:13:70825)
        at e.t._addChartDependency (https://mywebsite.net/resources/js/fusioncharts.js:13:79350)
        at e.t.render (https://mywebsite.net/resources/js/fusioncharts.js:13:85152)
        at Function.<anonymous> (https://mywebsite.net/index.php:125:33)
        at a (https://mywebsite.net/resources/js/fusioncharts.js:13:75167)

     

    Can you help me to troubleshoot what is happening ?

    Thank you


  2. Hello,

    I would like to build a chart with time axis composed by 4 or 5 stacked columns, so it is the "Stacked column chart with time axis", but I would like to add a line.

    Nevertheless I cannot add a reference line which is exactly my purpose, but my data is dynamic and not a static value.

    So I try to use the "Column and line combination on time axis", but I don't find how to stack columns.

    The results might be exactly the "Same axis - Stacked columns & line", but this one is not time related.

    https://www.fusioncharts.com/charts/combination-charts-single-y/same-axis-stacked-columns-and-line-chart?framework=php

    Is there a way to do that ?

    Thank you !