Forum Replies Created by patdepri_new

Viewing 2 posts - 1 through 2 (of 2 total)
  • in reply to: Problem multi charts #45054

    No problem, you can do it too by opening the page with the example you gave me and which is illustrated in the figure.

    https://jsfiddle.net/canvasjs/3c290nc1/

    from here you remove only a part of the code, exactly the first chartContainer1

    <div id=”chartContainer1″ style=”width: 45%; height: 300px;display: inline-block;”></div>

    You’ll see that it doesn’t work anymore!
    Why?
    How can it be solved?

    in reply to: Problem multi charts #45052

    I have already consulted the forum several times, but I have never found a request similar to mine.
    I can view multiple charts at the same time.
    I have already seen the indicated page, more than once.

    But now I’ll give an example to make myself understand better: I have:
    chart 1
    chart 2
    chart 3
    chart 4
    chart 5

    If on the page I display in sequence

    chart 1
    chart 2
    chart 3

    no problem, but if I want to view only

    chart 3

    the result is an empty box.
    Why?

    Evidently the script loads the data of each chart in sequence, but when it has to skip one the mechanism jams. Can this be solved with another method?

    Can you try this for me?

    Thank you

Viewing 2 posts - 1 through 2 (of 2 total)