Skip to content

Tag: plotly.js

Plotly.js for tidy data – Bar color

I’m new to plotly JS, but I have good experience with python – I want to get the same results as the following: Essentially to use the data value to add distinct colors to my bars, is there any easy way to obtain that results?, obviously I have a tidy dataset What I want to do is to color the

Plotly.js 3D scatter plot is just black

This is something that has recently broken. Previously, I was getting normal plots when running the exact same code however now the plot is just a black screen. (Pictured Below) I am not sure what changed. I tried reverting to an older version of plotly but that did not fix it. I do not even know where to beg…

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 …