Plotly.js: Bar Chart
Developer Experience
- There are no types provided by Plotly.js. The best approach is to ask ChatGPT how certain operations can be done and then go visit the docs for further information about the properties, if necessary.
- Swapping of x and y-axis is possible, but requires to manually swap all configuration options.
- During Development the bundle version of plotly.js could not be used with the package bundler parcel anymore. The most likely reason for this behavior is a problem with es6 modules and plotly.js. However, the cdn link for including plotly.js works when included via script tag into the dom.