Skip to content

Tag: plotly

Embed plotly graphs

so I know that with plolty and chart studio we can save our plots online and then have an embedded link ready but there is a file limit and after publishing three small plots I get errors and can’t publish anything else. Is there any chance I either convert Plotly graph as javascript (as it’s buil…

Plotly.js gradient color on time series chart

I am working on a time series chart and wondering if it’s possible for a chart to have like a gradient background. This is the pen of what I currently have: https://codepen.io/boinx-fm/pen/RqogXV Attached is the sample background I’m trying to achieve: gradient background Thanks! Answer Plotly.js …

plotly js remove title and title area

How does on remove the title from a plotly js chart? Example chart I have is as follows This chart will have a title “false”, I have also tried var layout = { showtitle:false } setting the title to null: title:” or simply removing the title line, doesn’t display a title, but the title …