plotly.js-cartesian-dist
Advanced tools
Changelog
[3.0.0-rc.0] -- 2024-11-11
title
attribute, and drop support for deprecated attributes titlefont
, titleposition
, titleside
, and titleoffset
(use title.text
, title.font
, title.side
, title.offset
instead)[#7212]bardir
attribute (use orientation
instead) [#7214]annotation.ref
attribute (use annotation.xref
and annotation.yref
instead) [#7215]opacity
attribute (use alpha channel of error bar color
attribute instead) [#7214]gl3d.cameraposition
(use gl3d.camera
instead) [#7217]plot3dPixelRatio
from config [#7231]zauto
, zmin
and zmax
from the surface trace [#7234]autotick
attributes from cartesian axes [#7236]transforms
from the API [#7240, #7254]ids
attribute [#7164]Changelog
[2.35.0] -- 2024-08-29
npm v6
installation [#7095]Node.js v18
and npm v10
in development [#7078]Changelog
[2.34.0] -- 2024-07-18
subtitle
attribute to layout.title
to enable adding subtitles to plots [#7012]category_order
on cartesian axes [#6223],
with thanks to @acxz and @prabhathc for the contribution!ticklabelindex
for drawing the label for each minor tick n positions away from a major tick,
with thanks to @my-tien for the contribution! [#7036]ticklabelstandoff
and ticklabelshift
to cartesian axes to adjust positioning of tick labels,
with thanks to @my-tien for the contribution! [#7006]x0shift
, x1shift
, y0shift
, y1shift
to shapes to add control over positioning of shape vertices on (multi-)category axes,
with thanks to @my-tien for the contribution! [#7005]modebar.add
[#5879],
with thanks to @Sizurka for the contribution!zorder
between overlaying cartesian subplots [#7032],
This feature was anonymously sponsored: thank you to our sponsor!Changelog
[2.33.0] -- 2024-05-29
weight
[#6990]shadow
, lineposition
and textcase
options to SVG fonts [#6983]getFullTransformMatrix
in shadow DOM [#6996],
with thanks to @OpportunityLiu for the contribution!edits.legendPosition
is true
[#6997],
with thanks to @OpportunityLiu for the contribution!isomax
is set to null [#7002]Changelog
[2.31.0] -- 2024-04-10
zorder
attribute to various cartesian traces for controlling stacking order of SVG traces drawn into a subplot [#6918, #6953],
This feature was anonymously sponsored: thank you to our sponsor!sizemode
to cone trace [#6938]layout.hoversubplots
to enable hover effects across multiple cartesian suplots sharing one axis [#6947, #6950]stackgl_modules/index.js
using updated dependencies [#6937]