You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
sorry for this basic question, however I tried to duplicate without any succes, still only one is displayed.
Thank you for your answer
kind regards
Ok, thank you. I found the syntax error.
however why if the two lines for chart2 and tooltip2 are deleted, both graphs are still displayed?
lines deleted:
In case of element doesn't exist or not specified, will add a <div> element to the body.
So, when specified #chart2 doesn't exist, it will append it.
and the why is working when tooltip2 is deleted, is because when specified tooltip element doesn't exist on DOM tree, it will use default tooltip element.
Ok - thank you to point out the API Doc.
so the only way to not have a graph displayed is to delete the lines between <script> and </script> right ?
may be there is a way to think about to enhance this behavior? I don't know if it is technicaly feasible.
Hi,
sorry for this basic question, however I tried to duplicate without any succes, still only one is displayed.
Thank you for your answer
kind regards
The text was updated successfully, but these errors were encountered: