Plotly js doesn't show graphs using safari or chrome in iPad and iPhone

Hi, I’m new in plotly world, I have created some graphs with Plotly js, it works with chrome in windows but it doesn’t show my graphs using safari or chrome in iPhone or iPad.
Plotly is used in a web component using Polymer 2.

I found the problem, I used static methods/variables in my component to separate configuration and layout data and make it reusable but apparently safari doesn’t support that.

1 Like