Skip to content
Advertisement

Tag: plotly

plotly js – x and y axis hover info on the axis

Is it possible to get the hover info to be on the axis itself? I see an example in python plotly but cannot get it to work with javascript. In the image it’s the “1977” black hover label. I’m currently working with an ohlc chart if that makes a difference. Reference for the image below: https://plotly.com/python/hover-text-and-formatting/ Answer Not currently possible

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 built with JS) and then

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 does not support gradient color at this moment. You can subscribe to https://github.com/plotly/plotly.js/issues/581 for

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 area which is approxiamtely 50px in

Advertisement