Mojtaba Samimi

Results 62 issues of Mojtaba Samimi

This is a big one: Closes #7192 and closes #7190. @plotly/plotly_js cc: @etpinard

@archmoj: Sorry for the delay in testing. I finally got around to it. The issue with the gridlines seems to be resolved, but we have a similar situation with the...

bug
P2

https://github.com/plotly/plotly.js/blob/206d117e01a79ff63b5a8f5f76d97e2b095e8ac5/src/plots/attributes.js#L217-L225

feature
P2

https://github.com/plotly/plotly.js/blob/206d117e01a79ff63b5a8f5f76d97e2b095e8ac5/src/components/calendars/index.js#L236-L250

feature
P2

New map traces and subplots are added in #7060 based on maplibre. In version 3 of plotly.js we my drop mapbox traces and subplots to reduce the bundle size.

feature
P2

#6680 adds options to use `Chart2Music` for accessibility feature. What we should do in terms of loading the library? Should it be included in the plotly.js bundle similar to `maplibre-gl`?...

feature
P2

Resolves #7427. TODO: - [ ] finalized attribute name - [ ] add jasmine tests

feature
cs

Reported in https://community.plot.ly/t/plotly-graph-objects-parcoords-nan-replaced-by-0/29725 `If some of the columns contain nan during the display of plotly.graph_objects.Parcoords the data are displayed as 0, it will be nice to don’t to treat the...

bug
P3

@birkskyum if you recall, we had to disable the es5 tests in https://github.com/plotly/plotly.js/pull/7060. I was wondering if you could simply try replacing some `const` and `let` to `var` in the...

feature
P2