We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
[Diff since v0.8.4](sglyon/PlotlyBase.jl@v0.8.4...v0.8.5) **Closed issues:** - figure title not centered in default template (`:plotly`) (sglyon#64) **Merged pull requests:** - remove config when using JSON2.write (sglyon#65) (@sglyon) - transpose when needed (sglyon#66) (@sglyon)
[Diff since v0.8.3](sglyon/PlotlyBase.jl@v0.8.3...v0.8.4) **Closed issues:** - Missing `modeBarButtons` config option (sglyon#60) **Merged pull requests:** - Add `modeBarButtons` to PlotConfig (sglyon#62) (@etpinard)
[Diff since v0.8.2](sglyon/PlotlyBase.jl@v0.8.2...v0.8.3) **Merged pull requests:** - add support for JSON2 and JSON3 (sglyon#61) (@sglyon)
[Diff since v0.8.1](sglyon/PlotlyBase.jl@v0.8.1...v0.8.2) **Merged pull requests:** - Template support (sglyon#59) (@sglyon)
Update Artifacts.toml for artifact version 2.3.0
[Diff since v0.8.0](sglyon/PlotlyBase.jl@v0.8.0...v0.8.1)
[Diff since v0.7.2](sglyon/PlotlyBase.jl@v0.7.2...v0.8.0) **Closed issues:** - Make it possible to work without starting kaleido (sglyon#52) **Merged pull requests:** - remove styles (sglyon#57) (@sglyon) - remove kaleido -- closes sglyon#52 (sglyon#58) (@sglyon)
[Diff since v0.7.1](sglyon/PlotlyBase.jl@v0.7.1...v0.7.2)
[Diff since v0.7.0](sglyon/PlotlyBase.jl@v0.7.0...v0.7.1) **Merged pull requests:** - dataframes api upgrade (sglyon#56) (@sglyon)
[Diff since v0.6.7](sglyon/PlotlyBase.jl@v0.6.7...v0.7.0) **Closed issues:** - Base.vect(ps::Plot...) = vcat(ps...) is a very strange and unintuitive overload (sglyon#31)