plotly.js 1.51.2 → 1.52.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +93 -0
- package/LICENSE +1 -1
- package/README.md +1 -1
- package/dist/README.md +25 -25
- package/dist/plot-schema.json +529 -77
- package/dist/plotly-basic.js +1560 -689
- package/dist/plotly-basic.min.js +3 -3
- package/dist/plotly-cartesian.js +2373 -1050
- package/dist/plotly-cartesian.min.js +3 -3
- package/dist/plotly-finance.js +1880 -900
- package/dist/plotly-finance.min.js +3 -3
- package/dist/plotly-geo-assets.js +4 -4
- package/dist/plotly-geo.js +4066 -1010
- package/dist/plotly-geo.min.js +3 -3
- package/dist/plotly-gl2d.js +1142 -556
- package/dist/plotly-gl2d.min.js +3 -3
- package/dist/plotly-gl3d.js +1773 -1022
- package/dist/plotly-gl3d.min.js +3 -3
- package/dist/plotly-locale-af.js +1 -1
- package/dist/plotly-locale-am.js +1 -1
- package/dist/plotly-locale-ar-dz.js +1 -1
- package/dist/plotly-locale-ar-eg.js +1 -1
- package/dist/plotly-locale-ar.js +1 -1
- package/dist/plotly-locale-az.js +1 -1
- package/dist/plotly-locale-bg.js +1 -1
- package/dist/plotly-locale-bs.js +1 -1
- package/dist/plotly-locale-ca.js +1 -1
- package/dist/plotly-locale-cs.js +1 -1
- package/dist/plotly-locale-cy.js +1 -1
- package/dist/plotly-locale-da.js +1 -1
- package/dist/plotly-locale-de-ch.js +1 -1
- package/dist/plotly-locale-de.js +1 -1
- package/dist/plotly-locale-el.js +1 -1
- package/dist/plotly-locale-eo.js +1 -1
- package/dist/plotly-locale-es-ar.js +1 -1
- package/dist/plotly-locale-es-pe.js +1 -1
- package/dist/plotly-locale-es.js +1 -1
- package/dist/plotly-locale-et.js +1 -1
- package/dist/plotly-locale-eu.js +1 -1
- package/dist/plotly-locale-fa.js +1 -1
- package/dist/plotly-locale-fi.js +1 -1
- package/dist/plotly-locale-fo.js +1 -1
- package/dist/plotly-locale-fr-ch.js +1 -1
- package/dist/plotly-locale-fr.js +1 -1
- package/dist/plotly-locale-gl.js +1 -1
- package/dist/plotly-locale-gu.js +1 -1
- package/dist/plotly-locale-he.js +1 -1
- package/dist/plotly-locale-hi-in.js +1 -1
- package/dist/plotly-locale-hr.js +1 -1
- package/dist/plotly-locale-hu.js +1 -1
- package/dist/plotly-locale-hy.js +1 -1
- package/dist/plotly-locale-id.js +1 -1
- package/dist/plotly-locale-is.js +1 -1
- package/dist/plotly-locale-it.js +1 -1
- package/dist/plotly-locale-ja.js +1 -1
- package/dist/plotly-locale-ka.js +1 -1
- package/dist/plotly-locale-km.js +1 -1
- package/dist/plotly-locale-ko.js +1 -1
- package/dist/plotly-locale-lt.js +1 -1
- package/dist/plotly-locale-lv.js +1 -1
- package/dist/plotly-locale-me-me.js +1 -1
- package/dist/plotly-locale-me.js +1 -1
- package/dist/plotly-locale-mk.js +1 -1
- package/dist/plotly-locale-ml.js +1 -1
- package/dist/plotly-locale-ms.js +1 -1
- package/dist/plotly-locale-mt.js +1 -1
- package/dist/plotly-locale-nl-be.js +1 -1
- package/dist/plotly-locale-nl.js +1 -1
- package/dist/plotly-locale-no.js +1 -1
- package/dist/plotly-locale-pa.js +1 -1
- package/dist/plotly-locale-pl.js +1 -1
- package/dist/plotly-locale-pt-br.js +1 -1
- package/dist/plotly-locale-rm.js +1 -1
- package/dist/plotly-locale-ro.js +1 -1
- package/dist/plotly-locale-ru.js +1 -1
- package/dist/plotly-locale-sk.js +1 -1
- package/dist/plotly-locale-sl.js +1 -1
- package/dist/plotly-locale-sq.js +1 -1
- package/dist/plotly-locale-sr-sr.js +1 -1
- package/dist/plotly-locale-sr.js +1 -1
- package/dist/plotly-locale-sv.js +1 -1
- package/dist/plotly-locale-sw.js +1 -1
- package/dist/plotly-locale-ta.js +1 -1
- package/dist/plotly-locale-th.js +1 -1
- package/dist/plotly-locale-tr.js +1 -1
- package/dist/plotly-locale-tt.js +1 -1
- package/dist/plotly-locale-uk.js +1 -1
- package/dist/plotly-locale-ur.js +1 -1
- package/dist/plotly-locale-vi.js +1 -1
- package/dist/plotly-locale-zh-cn.js +1 -1
- package/dist/plotly-locale-zh-hk.js +1 -1
- package/dist/plotly-locale-zh-tw.js +1 -1
- package/dist/plotly-mapbox.js +1749 -1849
- package/dist/plotly-mapbox.min.js +3 -3
- package/dist/plotly-with-meta.js +6225 -3884
- package/dist/plotly.js +5898 -3754
- package/dist/plotly.min.js +3 -3
- package/dist/translation-keys.txt +17 -17
- package/lib/aggregate.js +1 -1
- package/lib/bar.js +1 -1
- package/lib/barpolar.js +1 -1
- package/lib/box.js +1 -1
- package/lib/calendars.js +1 -1
- package/lib/candlestick.js +1 -1
- package/lib/carpet.js +1 -1
- package/lib/choropleth.js +1 -1
- package/lib/choroplethmapbox.js +1 -1
- package/lib/cone.js +1 -1
- package/lib/contour.js +1 -1
- package/lib/contourcarpet.js +1 -1
- package/lib/contourgl.js +1 -1
- package/lib/core.js +1 -1
- package/lib/densitymapbox.js +1 -1
- package/lib/filter.js +1 -1
- package/lib/funnel.js +1 -1
- package/lib/funnelarea.js +1 -1
- package/lib/groupby.js +1 -1
- package/lib/heatmap.js +1 -1
- package/lib/heatmapgl.js +1 -1
- package/lib/histogram.js +1 -1
- package/lib/histogram2d.js +1 -1
- package/lib/histogram2dcontour.js +1 -1
- package/lib/image.js +1 -1
- package/lib/index-basic.js +1 -1
- package/lib/index-cartesian.js +1 -1
- package/lib/index-finance.js +1 -1
- package/lib/index-geo.js +1 -1
- package/lib/index-gl2d.js +1 -1
- package/lib/index-gl3d.js +1 -1
- package/lib/index-mapbox.js +1 -1
- package/lib/index.js +1 -1
- package/lib/indicator.js +1 -1
- package/lib/isosurface.js +1 -1
- package/lib/locales/af.js +1 -1
- package/lib/locales/am.js +1 -1
- package/lib/locales/ar-dz.js +1 -1
- package/lib/locales/ar-eg.js +1 -1
- package/lib/locales/ar.js +1 -1
- package/lib/locales/az.js +1 -1
- package/lib/locales/bg.js +1 -1
- package/lib/locales/bs.js +1 -1
- package/lib/locales/ca.js +1 -1
- package/lib/locales/cs.js +1 -1
- package/lib/locales/cy.js +1 -1
- package/lib/locales/da.js +1 -1
- package/lib/locales/de-ch.js +1 -1
- package/lib/locales/de.js +1 -1
- package/lib/locales/el.js +1 -1
- package/lib/locales/eo.js +1 -1
- package/lib/locales/es-ar.js +1 -1
- package/lib/locales/es-pe.js +1 -1
- package/lib/locales/es.js +1 -1
- package/lib/locales/et.js +1 -1
- package/lib/locales/eu.js +1 -1
- package/lib/locales/fa.js +1 -1
- package/lib/locales/fi.js +1 -1
- package/lib/locales/fo.js +1 -1
- package/lib/locales/fr-ch.js +1 -1
- package/lib/locales/fr.js +1 -1
- package/lib/locales/gl.js +1 -1
- package/lib/locales/gu.js +1 -1
- package/lib/locales/he.js +1 -1
- package/lib/locales/hi-in.js +1 -1
- package/lib/locales/hr.js +1 -1
- package/lib/locales/hu.js +1 -1
- package/lib/locales/hy.js +1 -1
- package/lib/locales/id.js +1 -1
- package/lib/locales/is.js +1 -1
- package/lib/locales/it.js +1 -1
- package/lib/locales/ja.js +1 -1
- package/lib/locales/ka.js +1 -1
- package/lib/locales/km.js +1 -1
- package/lib/locales/ko.js +54 -2
- package/lib/locales/lt.js +1 -1
- package/lib/locales/lv.js +1 -1
- package/lib/locales/me-me.js +1 -1
- package/lib/locales/me.js +1 -1
- package/lib/locales/mk.js +1 -1
- package/lib/locales/ml.js +1 -1
- package/lib/locales/ms.js +1 -1
- package/lib/locales/mt.js +1 -1
- package/lib/locales/nl-be.js +1 -1
- package/lib/locales/nl.js +1 -1
- package/lib/locales/no.js +1 -1
- package/lib/locales/pa.js +1 -1
- package/lib/locales/pl.js +1 -1
- package/lib/locales/pt-br.js +1 -1
- package/lib/locales/rm.js +1 -1
- package/lib/locales/ro.js +1 -1
- package/lib/locales/ru.js +1 -1
- package/lib/locales/sk.js +1 -1
- package/lib/locales/sl.js +1 -1
- package/lib/locales/sq.js +1 -1
- package/lib/locales/sr-sr.js +1 -1
- package/lib/locales/sr.js +1 -1
- package/lib/locales/sv.js +1 -1
- package/lib/locales/sw.js +1 -1
- package/lib/locales/ta.js +1 -1
- package/lib/locales/th.js +1 -1
- package/lib/locales/tr.js +1 -1
- package/lib/locales/tt.js +1 -1
- package/lib/locales/uk.js +1 -1
- package/lib/locales/ur.js +1 -1
- package/lib/locales/vi.js +1 -1
- package/lib/locales/zh-cn.js +1 -1
- package/lib/locales/zh-hk.js +1 -1
- package/lib/locales/zh-tw.js +1 -1
- package/lib/mesh3d.js +1 -1
- package/lib/ohlc.js +1 -1
- package/lib/parcats.js +1 -1
- package/lib/parcoords.js +1 -1
- package/lib/pie.js +1 -1
- package/lib/pointcloud.js +1 -1
- package/lib/sankey.js +1 -1
- package/lib/scatter.js +1 -1
- package/lib/scatter3d.js +1 -1
- package/lib/scattercarpet.js +1 -1
- package/lib/scattergeo.js +1 -1
- package/lib/scattergl.js +1 -1
- package/lib/scattermapbox.js +1 -1
- package/lib/scatterpolar.js +1 -1
- package/lib/scatterpolargl.js +1 -1
- package/lib/scatterternary.js +1 -1
- package/lib/sort.js +1 -1
- package/lib/splom.js +1 -1
- package/lib/streamtube.js +1 -1
- package/lib/sunburst.js +1 -1
- package/lib/surface.js +1 -1
- package/lib/table.js +1 -1
- package/lib/treemap.js +1 -1
- package/lib/violin.js +1 -1
- package/lib/volume.js +1 -1
- package/lib/waterfall.js +1 -1
- package/package.json +25 -23
- package/src/assets/geo_assets.js +2 -2
- package/src/components/annotations/arrow_paths.js +1 -1
- package/src/components/annotations/attributes.js +2 -2
- package/src/components/annotations/calc_autorange.js +1 -1
- package/src/components/annotations/click.js +1 -1
- package/src/components/annotations/common_defaults.js +1 -1
- package/src/components/annotations/convert_coords.js +1 -1
- package/src/components/annotations/defaults.js +1 -1
- package/src/components/annotations/draw.js +1 -1
- package/src/components/annotations/draw_arrow_head.js +1 -1
- package/src/components/annotations/index.js +1 -1
- package/src/components/annotations3d/attributes.js +1 -1
- package/src/components/annotations3d/convert.js +1 -1
- package/src/components/annotations3d/defaults.js +1 -1
- package/src/components/annotations3d/draw.js +1 -1
- package/src/components/annotations3d/index.js +1 -1
- package/src/components/calendars/calendars.js +1 -1
- package/src/components/calendars/index.js +1 -1
- package/src/components/color/attributes.js +1 -1
- package/src/components/color/index.js +1 -1
- package/src/components/colorbar/attributes.js +1 -1
- package/src/components/colorbar/constants.js +1 -1
- package/src/components/colorbar/defaults.js +1 -1
- package/src/components/colorbar/draw.js +1 -1
- package/src/components/colorbar/has_colorbar.js +1 -1
- package/src/components/colorbar/index.js +1 -1
- package/src/components/colorscale/attributes.js +1 -1
- package/src/components/colorscale/calc.js +1 -1
- package/src/components/colorscale/cross_trace_defaults.js +1 -1
- package/src/components/colorscale/defaults.js +5 -2
- package/src/components/colorscale/helpers.js +1 -1
- package/src/components/colorscale/index.js +1 -1
- package/src/components/colorscale/layout_attributes.js +1 -1
- package/src/components/colorscale/layout_defaults.js +1 -1
- package/src/components/colorscale/scales.js +1 -1
- package/src/components/dragelement/align.js +1 -1
- package/src/components/dragelement/cursor.js +1 -1
- package/src/components/dragelement/index.js +1 -1
- package/src/components/dragelement/unhover.js +1 -1
- package/src/components/drawing/attributes.js +1 -1
- package/src/components/drawing/index.js +40 -15
- package/src/components/drawing/symbol_defs.js +1 -1
- package/src/components/errorbars/attributes.js +1 -1
- package/src/components/errorbars/calc.js +1 -1
- package/src/components/errorbars/compute_error.js +1 -1
- package/src/components/errorbars/defaults.js +1 -1
- package/src/components/errorbars/index.js +1 -1
- package/src/components/errorbars/plot.js +1 -1
- package/src/components/errorbars/style.js +1 -1
- package/src/components/fx/attributes.js +1 -1
- package/src/components/fx/calc.js +1 -1
- package/src/components/fx/click.js +1 -1
- package/src/components/fx/constants.js +1 -1
- package/src/components/fx/defaults.js +1 -1
- package/src/components/fx/helpers.js +1 -1
- package/src/components/fx/hover.js +1 -1
- package/src/components/fx/hoverlabel_defaults.js +1 -1
- package/src/components/fx/index.js +1 -1
- package/src/components/fx/layout_attributes.js +1 -1
- package/src/components/fx/layout_defaults.js +1 -1
- package/src/components/fx/layout_global_defaults.js +1 -1
- package/src/components/grid/index.js +1 -1
- package/src/components/images/attributes.js +1 -1
- package/src/components/images/convert_coords.js +1 -1
- package/src/components/images/defaults.js +1 -1
- package/src/components/images/draw.js +1 -1
- package/src/components/images/index.js +1 -1
- package/src/components/legend/attributes.js +34 -1
- package/src/components/legend/constants.js +3 -1
- package/src/components/legend/defaults.js +15 -2
- package/src/components/legend/draw.js +96 -29
- package/src/components/legend/get_legend_data.js +1 -1
- package/src/components/legend/handle_click.js +7 -4
- package/src/components/legend/helpers.js +1 -1
- package/src/components/legend/index.js +1 -1
- package/src/components/legend/style.js +128 -3
- package/src/components/modebar/buttons.js +43 -5
- package/src/components/modebar/index.js +1 -1
- package/src/components/modebar/manage.js +2 -1
- package/src/components/modebar/modebar.js +1 -1
- package/src/components/rangeselector/attributes.js +1 -1
- package/src/components/rangeselector/constants.js +1 -1
- package/src/components/rangeselector/defaults.js +1 -1
- package/src/components/rangeselector/draw.js +1 -1
- package/src/components/rangeselector/get_update_object.js +1 -1
- package/src/components/rangeselector/index.js +1 -1
- package/src/components/rangeslider/attributes.js +1 -1
- package/src/components/rangeslider/calc_autorange.js +1 -1
- package/src/components/rangeslider/constants.js +1 -1
- package/src/components/rangeslider/defaults.js +1 -1
- package/src/components/rangeslider/draw.js +1 -1
- package/src/components/rangeslider/helpers.js +1 -1
- package/src/components/rangeslider/index.js +1 -1
- package/src/components/rangeslider/oppaxis_attributes.js +1 -1
- package/src/components/shapes/attributes.js +1 -1
- package/src/components/shapes/calc_autorange.js +1 -1
- package/src/components/shapes/constants.js +1 -1
- package/src/components/shapes/defaults.js +1 -1
- package/src/components/shapes/draw.js +1 -1
- package/src/components/shapes/helpers.js +1 -1
- package/src/components/shapes/index.js +1 -1
- package/src/components/sliders/attributes.js +1 -1
- package/src/components/sliders/constants.js +1 -1
- package/src/components/sliders/defaults.js +1 -1
- package/src/components/sliders/draw.js +1 -1
- package/src/components/sliders/index.js +1 -1
- package/src/components/titles/index.js +1 -1
- package/src/components/updatemenus/attributes.js +1 -1
- package/src/components/updatemenus/constants.js +1 -1
- package/src/components/updatemenus/defaults.js +1 -1
- package/src/components/updatemenus/draw.js +1 -1
- package/src/components/updatemenus/index.js +1 -1
- package/src/components/updatemenus/scrollbox.js +1 -1
- package/src/constants/alignment.js +1 -1
- package/src/constants/delta.js +1 -1
- package/src/constants/docs.js +1 -1
- package/src/constants/filter_ops.js +1 -1
- package/src/constants/gl3d_dashes.js +1 -1
- package/src/constants/gl3d_markers.js +1 -1
- package/src/constants/interactions.js +1 -1
- package/src/constants/numerical.js +1 -1
- package/src/constants/xmlns_namespaces.js +1 -1
- package/src/core.js +8 -2
- package/src/fonts/mathjax_config.js +1 -1
- package/src/fonts/ploticon.js +1 -1
- package/src/lib/anchor_utils.js +1 -1
- package/src/lib/angles.js +1 -1
- package/src/lib/array.js +1 -1
- package/src/lib/clean_number.js +1 -1
- package/src/lib/clear_gl_canvases.js +1 -1
- package/src/lib/clear_responsive.js +1 -1
- package/src/lib/coerce.js +1 -1
- package/src/lib/dates.js +1 -1
- package/src/lib/dom.js +1 -1
- package/src/lib/events.js +1 -1
- package/src/lib/extend.js +1 -1
- package/src/lib/filter_unique.js +1 -1
- package/src/lib/filter_visible.js +1 -1
- package/src/lib/geo_location_utils.js +312 -7
- package/src/lib/geojson_utils.js +1 -1
- package/src/lib/geometry2d.js +1 -1
- package/src/lib/gl_format_color.js +1 -1
- package/src/lib/gup.js +1 -1
- package/src/lib/identity.js +1 -1
- package/src/lib/index.js +57 -31
- package/src/lib/is_plain_object.js +1 -1
- package/src/lib/keyed_container.js +1 -1
- package/src/lib/localize.js +1 -1
- package/src/lib/loggers.js +36 -10
- package/src/lib/make_trace_groups.js +1 -1
- package/src/lib/matrix.js +1 -1
- package/src/lib/mod.js +1 -1
- package/src/lib/nested_property.js +1 -1
- package/src/lib/noop.js +1 -1
- package/src/lib/notifier.js +13 -7
- package/src/lib/override_cursor.js +1 -1
- package/src/lib/polygon.js +1 -1
- package/src/lib/prepare_regl.js +1 -1
- package/src/lib/push_unique.js +1 -1
- package/src/lib/queue.js +1 -1
- package/src/lib/regex.js +1 -1
- package/src/lib/relative_attr.js +1 -1
- package/src/lib/relink_private.js +1 -1
- package/src/lib/search.js +1 -1
- package/src/lib/setcursor.js +1 -1
- package/src/lib/show_no_webgl_msg.js +1 -1
- package/src/lib/stats.js +1 -1
- package/src/lib/str2rgbarray.js +1 -1
- package/src/lib/svg_text_utils.js +1 -1
- package/src/lib/throttle.js +1 -1
- package/src/lib/to_log_range.js +1 -1
- package/src/lib/topojson_utils.js +1 -1
- package/src/locale-en-us.js +1 -1
- package/src/locale-en.js +1 -1
- package/src/plot_api/container_array_match.js +1 -1
- package/src/plot_api/edit_types.js +1 -1
- package/src/plot_api/helpers.js +1 -1
- package/src/plot_api/index.js +1 -1
- package/src/plot_api/manage_arrays.js +1 -1
- package/src/plot_api/plot_api.js +2 -2
- package/src/plot_api/plot_config.js +19 -2
- package/src/plot_api/plot_schema.js +1 -1
- package/src/plot_api/plot_template.js +1 -1
- package/src/plot_api/subroutines.js +7 -1
- package/src/plot_api/template_api.js +1 -1
- package/src/plot_api/to_image.js +1 -1
- package/src/plot_api/validate.js +5 -4
- package/src/plots/animation_attributes.js +1 -1
- package/src/plots/array_container_defaults.js +1 -1
- package/src/plots/attributes.js +1 -1
- package/src/plots/cartesian/attributes.js +1 -1
- package/src/plots/cartesian/autorange.js +1 -1
- package/src/plots/cartesian/axes.js +7 -3
- package/src/plots/cartesian/axis_autotype.js +1 -1
- package/src/plots/cartesian/axis_defaults.js +1 -1
- package/src/plots/cartesian/axis_ids.js +1 -1
- package/src/plots/cartesian/category_order_defaults.js +1 -1
- package/src/plots/cartesian/clean_ticks.js +1 -1
- package/src/plots/cartesian/constants.js +2 -3
- package/src/plots/cartesian/constraints.js +1 -1
- package/src/plots/cartesian/dragbox.js +1 -1
- package/src/plots/cartesian/graph_interact.js +1 -1
- package/src/plots/cartesian/include_components.js +1 -1
- package/src/plots/cartesian/index.js +1 -1
- package/src/plots/cartesian/layout_attributes.js +1 -1
- package/src/plots/cartesian/layout_defaults.js +113 -28
- package/src/plots/cartesian/line_grid_defaults.js +1 -1
- package/src/plots/cartesian/position_defaults.js +1 -1
- package/src/plots/cartesian/scale_zoom.js +1 -1
- package/src/plots/cartesian/select.js +1 -1
- package/src/plots/cartesian/set_convert.js +1 -1
- package/src/plots/cartesian/tick_label_defaults.js +1 -1
- package/src/plots/cartesian/tick_mark_defaults.js +1 -1
- package/src/plots/cartesian/tick_value_defaults.js +1 -1
- package/src/plots/cartesian/transition_axes.js +1 -1
- package/src/plots/cartesian/type_defaults.js +11 -3
- package/src/plots/command.js +1 -1
- package/src/plots/domain.js +1 -1
- package/src/plots/font_attributes.js +1 -1
- package/src/plots/frame_attributes.js +1 -1
- package/src/plots/geo/constants.js +1 -1
- package/src/plots/geo/geo.js +114 -51
- package/src/plots/geo/index.js +1 -1
- package/src/plots/geo/layout_attributes.js +34 -1
- package/src/plots/geo/layout_defaults.js +80 -15
- package/src/plots/geo/projections.js +1 -1
- package/src/plots/geo/zoom.js +2 -2
- package/src/plots/get_data.js +1 -1
- package/src/plots/gl2d/camera.js +1 -1
- package/src/plots/gl2d/convert.js +1 -1
- package/src/plots/gl2d/index.js +1 -1
- package/src/plots/gl2d/scene2d.js +1 -1
- package/src/plots/gl3d/index.js +1 -1
- package/src/plots/gl3d/layout/attributes.js +1 -1
- package/src/plots/gl3d/layout/axis_attributes.js +1 -1
- package/src/plots/gl3d/layout/axis_defaults.js +1 -1
- package/src/plots/gl3d/layout/convert.js +1 -1
- package/src/plots/gl3d/layout/defaults.js +1 -1
- package/src/plots/gl3d/layout/layout_attributes.js +1 -1
- package/src/plots/gl3d/layout/spikes.js +1 -1
- package/src/plots/gl3d/layout/tick_marks.js +1 -1
- package/src/plots/gl3d/project.js +1 -1
- package/src/plots/gl3d/scene.js +362 -324
- package/src/plots/gl3d/zip3.js +1 -1
- package/src/plots/layout_attributes.js +33 -3
- package/src/plots/mapbox/constants.js +1 -1
- package/src/plots/mapbox/convert_text_opts.js +1 -1
- package/src/plots/mapbox/index.js +2 -1
- package/src/plots/mapbox/layers.js +28 -1
- package/src/plots/mapbox/layout_attributes.js +1 -1
- package/src/plots/mapbox/layout_defaults.js +1 -1
- package/src/plots/mapbox/mapbox.js +46 -54
- package/src/plots/pad_attributes.js +1 -1
- package/src/plots/plots.js +55 -14
- package/src/plots/polar/constants.js +1 -1
- package/src/plots/polar/helpers.js +1 -1
- package/src/plots/polar/index.js +1 -1
- package/src/plots/polar/layout_attributes.js +1 -1
- package/src/plots/polar/layout_defaults.js +1 -1
- package/src/plots/polar/legacy/area_attributes.js +1 -1
- package/src/plots/polar/legacy/axis_attributes.js +1 -1
- package/src/plots/polar/legacy/index.js +1 -1
- package/src/plots/polar/legacy/micropolar.js +1 -1
- package/src/plots/polar/legacy/micropolar_manager.js +1 -1
- package/src/plots/polar/legacy/undo_manager.js +1 -1
- package/src/plots/polar/polar.js +1 -1
- package/src/plots/polar/set_convert.js +1 -1
- package/src/plots/subplot_defaults.js +1 -1
- package/src/plots/template_attributes.js +1 -1
- package/src/plots/ternary/index.js +1 -1
- package/src/plots/ternary/layout_attributes.js +1 -1
- package/src/plots/ternary/layout_defaults.js +1 -1
- package/src/plots/ternary/ternary.js +1 -1
- package/src/registry.js +1 -1
- package/src/snapshot/cloneplot.js +1 -1
- package/src/snapshot/download.js +1 -1
- package/src/snapshot/filesaver.js +1 -1
- package/src/snapshot/helpers.js +1 -1
- package/src/snapshot/index.js +1 -1
- package/src/snapshot/svgtoimg.js +1 -1
- package/src/snapshot/toimage.js +1 -1
- package/src/snapshot/tosvg.js +21 -13
- package/src/traces/bar/arrays_to_calcdata.js +1 -1
- package/src/traces/bar/attributes.js +1 -1
- package/src/traces/bar/calc.js +1 -1
- package/src/traces/bar/constants.js +1 -1
- package/src/traces/bar/cross_trace_calc.js +1 -1
- package/src/traces/bar/defaults.js +10 -2
- package/src/traces/bar/event_data.js +1 -1
- package/src/traces/bar/helpers.js +1 -1
- package/src/traces/bar/hover.js +7 -2
- package/src/traces/bar/index.js +1 -1
- package/src/traces/bar/layout_attributes.js +1 -1
- package/src/traces/bar/layout_defaults.js +1 -1
- package/src/traces/bar/plot.js +139 -91
- package/src/traces/bar/select.js +1 -1
- package/src/traces/bar/sieve.js +1 -1
- package/src/traces/bar/style.js +9 -4
- package/src/traces/bar/style_defaults.js +1 -1
- package/src/traces/bar/uniform_text.js +84 -0
- package/src/traces/barpolar/attributes.js +1 -1
- package/src/traces/barpolar/calc.js +1 -1
- package/src/traces/barpolar/defaults.js +1 -1
- package/src/traces/barpolar/hover.js +1 -1
- package/src/traces/barpolar/index.js +1 -1
- package/src/traces/barpolar/layout_attributes.js +1 -1
- package/src/traces/barpolar/layout_defaults.js +1 -1
- package/src/traces/barpolar/plot.js +1 -1
- package/src/traces/box/attributes.js +204 -42
- package/src/traces/box/calc.js +286 -92
- package/src/traces/box/cross_trace_calc.js +1 -1
- package/src/traces/box/defaults.js +186 -22
- package/src/traces/box/event_data.js +1 -1
- package/src/traces/box/hover.js +1 -1
- package/src/traces/box/index.js +25 -12
- package/src/traces/box/layout_attributes.js +1 -1
- package/src/traces/box/layout_defaults.js +1 -1
- package/src/traces/box/plot.js +1 -1
- package/src/traces/box/select.js +1 -1
- package/src/traces/box/style.js +1 -1
- package/src/traces/candlestick/attributes.js +1 -1
- package/src/traces/candlestick/calc.js +1 -1
- package/src/traces/candlestick/defaults.js +1 -1
- package/src/traces/candlestick/index.js +1 -1
- package/src/traces/carpet/ab_defaults.js +1 -1
- package/src/traces/carpet/array_minmax.js +1 -1
- package/src/traces/carpet/attributes.js +1 -1
- package/src/traces/carpet/axis_aligned_line.js +1 -1
- package/src/traces/carpet/axis_attributes.js +1 -1
- package/src/traces/carpet/axis_defaults.js +1 -1
- package/src/traces/carpet/calc.js +1 -1
- package/src/traces/carpet/calc_clippath.js +1 -1
- package/src/traces/carpet/calc_gridlines.js +1 -1
- package/src/traces/carpet/calc_labels.js +1 -1
- package/src/traces/carpet/catmull_rom.js +1 -1
- package/src/traces/carpet/cheater_basis.js +1 -1
- package/src/traces/carpet/compute_control_points.js +1 -1
- package/src/traces/carpet/constants.js +1 -1
- package/src/traces/carpet/create_i_derivative_evaluator.js +1 -1
- package/src/traces/carpet/create_j_derivative_evaluator.js +1 -1
- package/src/traces/carpet/create_spline_evaluator.js +1 -1
- package/src/traces/carpet/defaults.js +1 -1
- package/src/traces/carpet/index.js +1 -1
- package/src/traces/carpet/lookup_carpetid.js +1 -1
- package/src/traces/carpet/makepath.js +1 -1
- package/src/traces/carpet/map_1d_array.js +1 -1
- package/src/traces/carpet/orient_text.js +1 -1
- package/src/traces/carpet/plot.js +1 -1
- package/src/traces/carpet/set_convert.js +1 -1
- package/src/traces/carpet/smooth_fill_2d_array.js +1 -1
- package/src/traces/carpet/smooth_fill_array.js +1 -1
- package/src/traces/carpet/xy_defaults.js +1 -1
- package/src/traces/choropleth/attributes.js +18 -2
- package/src/traces/choropleth/calc.js +1 -1
- package/src/traces/choropleth/defaults.js +13 -3
- package/src/traces/choropleth/event_data.js +4 -2
- package/src/traces/choropleth/hover.js +1 -1
- package/src/traces/choropleth/index.js +3 -2
- package/src/traces/choropleth/plot.js +39 -122
- package/src/traces/choropleth/select.js +1 -1
- package/src/traces/choropleth/style.js +1 -1
- package/src/traces/choroplethmapbox/attributes.js +16 -9
- package/src/traces/choroplethmapbox/convert.js +17 -106
- package/src/traces/choroplethmapbox/defaults.js +3 -1
- package/src/traces/choroplethmapbox/index.js +2 -2
- package/src/traces/choroplethmapbox/plot.js +1 -1
- package/src/traces/cone/attributes.js +4 -2
- package/src/traces/cone/calc.js +1 -1
- package/src/traces/cone/convert.js +1 -1
- package/src/traces/cone/defaults.js +1 -1
- package/src/traces/cone/index.js +2 -2
- package/src/traces/contour/attributes.js +1 -1
- package/src/traces/contour/calc.js +1 -1
- package/src/traces/contour/close_boundaries.js +1 -1
- package/src/traces/contour/colorbar.js +6 -4
- package/src/traces/contour/constants.js +1 -1
- package/src/traces/contour/constraint_defaults.js +1 -1
- package/src/traces/contour/constraint_mapping.js +1 -1
- package/src/traces/contour/contours_defaults.js +1 -1
- package/src/traces/contour/convert_to_constraints.js +1 -1
- package/src/traces/contour/defaults.js +1 -1
- package/src/traces/contour/empty_pathinfo.js +1 -1
- package/src/traces/contour/end_plus.js +1 -1
- package/src/traces/contour/find_all_paths.js +1 -1
- package/src/traces/contour/hover.js +1 -1
- package/src/traces/contour/index.js +1 -1
- package/src/traces/contour/label_defaults.js +1 -1
- package/src/traces/contour/make_color_map.js +1 -1
- package/src/traces/contour/make_crossings.js +1 -1
- package/src/traces/contour/plot.js +1 -1
- package/src/traces/contour/set_contours.js +1 -1
- package/src/traces/contour/style.js +1 -1
- package/src/traces/contour/style_defaults.js +1 -1
- package/src/traces/contourcarpet/attributes.js +1 -1
- package/src/traces/contourcarpet/calc.js +1 -1
- package/src/traces/contourcarpet/defaults.js +1 -1
- package/src/traces/contourcarpet/index.js +1 -1
- package/src/traces/contourcarpet/plot.js +1 -1
- package/src/traces/contourgl/convert.js +1 -1
- package/src/traces/contourgl/index.js +1 -1
- package/src/traces/densitymapbox/attributes.js +3 -2
- package/src/traces/densitymapbox/calc.js +1 -1
- package/src/traces/densitymapbox/convert.js +1 -1
- package/src/traces/densitymapbox/defaults.js +1 -1
- package/src/traces/densitymapbox/event_data.js +1 -1
- package/src/traces/densitymapbox/hover.js +1 -1
- package/src/traces/densitymapbox/index.js +2 -2
- package/src/traces/densitymapbox/plot.js +1 -1
- package/src/traces/funnel/arrays_to_calcdata.js +1 -1
- package/src/traces/funnel/attributes.js +1 -1
- package/src/traces/funnel/calc.js +1 -1
- package/src/traces/funnel/constants.js +1 -1
- package/src/traces/funnel/cross_trace_calc.js +1 -1
- package/src/traces/funnel/defaults.js +1 -1
- package/src/traces/funnel/event_data.js +1 -1
- package/src/traces/funnel/hover.js +1 -1
- package/src/traces/funnel/index.js +1 -1
- package/src/traces/funnel/layout_attributes.js +1 -1
- package/src/traces/funnel/layout_defaults.js +1 -1
- package/src/traces/funnel/plot.js +6 -3
- package/src/traces/funnel/style.js +5 -3
- package/src/traces/funnelarea/attributes.js +1 -1
- package/src/traces/funnelarea/base_plot.js +1 -1
- package/src/traces/funnelarea/calc.js +1 -1
- package/src/traces/funnelarea/defaults.js +11 -9
- package/src/traces/funnelarea/index.js +1 -1
- package/src/traces/funnelarea/layout_attributes.js +1 -1
- package/src/traces/funnelarea/layout_defaults.js +1 -1
- package/src/traces/funnelarea/plot.js +23 -14
- package/src/traces/funnelarea/style.js +6 -2
- package/src/traces/heatmap/attributes.js +4 -2
- package/src/traces/heatmap/calc.js +1 -1
- package/src/traces/heatmap/clean_2d_array.js +1 -1
- package/src/traces/heatmap/colorbar.js +1 -1
- package/src/traces/heatmap/convert_column_xyz.js +6 -1
- package/src/traces/heatmap/defaults.js +1 -1
- package/src/traces/heatmap/find_empties.js +1 -1
- package/src/traces/heatmap/hover.js +2 -2
- package/src/traces/heatmap/index.js +2 -2
- package/src/traces/heatmap/interp2d.js +1 -1
- package/src/traces/heatmap/make_bound_array.js +1 -1
- package/src/traces/heatmap/plot.js +1 -1
- package/src/traces/heatmap/style.js +1 -1
- package/src/traces/heatmap/style_defaults.js +1 -1
- package/src/traces/heatmap/xyz_defaults.js +1 -1
- package/src/traces/heatmapgl/attributes.js +1 -1
- package/src/traces/heatmapgl/convert.js +1 -1
- package/src/traces/heatmapgl/index.js +1 -1
- package/src/traces/histogram/attributes.js +1 -1
- package/src/traces/histogram/average.js +1 -1
- package/src/traces/histogram/bin_attributes.js +1 -1
- package/src/traces/histogram/bin_functions.js +1 -1
- package/src/traces/histogram/bin_label_vals.js +1 -1
- package/src/traces/histogram/calc.js +1 -1
- package/src/traces/histogram/constants.js +1 -1
- package/src/traces/histogram/cross_trace_defaults.js +2 -2
- package/src/traces/histogram/defaults.js +1 -1
- package/src/traces/histogram/event_data.js +1 -1
- package/src/traces/histogram/hover.js +1 -1
- package/src/traces/histogram/index.js +1 -1
- package/src/traces/histogram/norm_functions.js +1 -1
- package/src/traces/histogram2d/attributes.js +4 -2
- package/src/traces/histogram2d/calc.js +1 -1
- package/src/traces/histogram2d/defaults.js +1 -1
- package/src/traces/histogram2d/hover.js +1 -1
- package/src/traces/histogram2d/index.js +2 -3
- package/src/traces/histogram2d/sample_defaults.js +1 -1
- package/src/traces/histogram2dcontour/attributes.js +1 -1
- package/src/traces/histogram2dcontour/defaults.js +1 -1
- package/src/traces/histogram2dcontour/index.js +1 -1
- package/src/traces/image/attributes.js +1 -1
- package/src/traces/image/calc.js +1 -1
- package/src/traces/image/constants.js +1 -1
- package/src/traces/image/defaults.js +1 -1
- package/src/traces/image/event_data.js +1 -1
- package/src/traces/image/hover.js +1 -1
- package/src/traces/image/index.js +1 -1
- package/src/traces/image/plot.js +1 -1
- package/src/traces/image/style.js +1 -1
- package/src/traces/indicator/attributes.js +1 -1
- package/src/traces/indicator/base_plot.js +1 -1
- package/src/traces/indicator/calc.js +1 -1
- package/src/traces/indicator/constants.js +1 -1
- package/src/traces/indicator/defaults.js +1 -1
- package/src/traces/indicator/index.js +1 -1
- package/src/traces/indicator/plot.js +1 -1
- package/src/traces/isosurface/attributes.js +3 -2
- package/src/traces/isosurface/calc.js +23 -6
- package/src/traces/isosurface/convert.js +54 -44
- package/src/traces/isosurface/defaults.js +1 -1
- package/src/traces/isosurface/index.js +2 -2
- package/src/traces/mesh3d/attributes.js +16 -4
- package/src/traces/mesh3d/calc.js +1 -1
- package/src/traces/mesh3d/convert.js +13 -8
- package/src/traces/mesh3d/defaults.js +2 -1
- package/src/traces/mesh3d/index.js +2 -2
- package/src/traces/ohlc/attributes.js +1 -1
- package/src/traces/ohlc/calc.js +1 -1
- package/src/traces/ohlc/defaults.js +1 -1
- package/src/traces/ohlc/hover.js +1 -1
- package/src/traces/ohlc/index.js +1 -1
- package/src/traces/ohlc/ohlc_defaults.js +1 -1
- package/src/traces/ohlc/plot.js +1 -1
- package/src/traces/ohlc/select.js +1 -1
- package/src/traces/ohlc/style.js +1 -1
- package/src/traces/parcats/attributes.js +1 -1
- package/src/traces/parcats/base_plot.js +1 -1
- package/src/traces/parcats/calc.js +1 -1
- package/src/traces/parcats/defaults.js +1 -1
- package/src/traces/parcats/index.js +1 -1
- package/src/traces/parcats/parcats.js +1 -1
- package/src/traces/parcats/plot.js +1 -1
- package/src/traces/parcoords/attributes.js +1 -1
- package/src/traces/parcoords/axisbrush.js +1 -1
- package/src/traces/parcoords/base_plot.js +1 -1
- package/src/traces/parcoords/calc.js +1 -1
- package/src/traces/parcoords/constants.js +1 -1
- package/src/traces/parcoords/defaults.js +1 -1
- package/src/traces/parcoords/helpers.js +1 -1
- package/src/traces/parcoords/index.js +1 -1
- package/src/traces/parcoords/lines.js +1 -1
- package/src/traces/parcoords/merge_length.js +1 -1
- package/src/traces/parcoords/parcoords.js +1 -1
- package/src/traces/parcoords/plot.js +1 -1
- package/src/traces/pie/attributes.js +17 -1
- package/src/traces/pie/base_plot.js +1 -1
- package/src/traces/pie/calc.js +7 -8
- package/src/traces/pie/defaults.js +50 -10
- package/src/traces/pie/event_data.js +1 -1
- package/src/traces/pie/helpers.js +1 -1
- package/src/traces/pie/index.js +2 -2
- package/src/traces/pie/layout_attributes.js +1 -1
- package/src/traces/pie/layout_defaults.js +1 -1
- package/src/traces/pie/plot.js +196 -72
- package/src/traces/pie/style.js +6 -2
- package/src/traces/pie/style_one.js +1 -1
- package/src/traces/pointcloud/attributes.js +1 -1
- package/src/traces/pointcloud/convert.js +1 -1
- package/src/traces/pointcloud/defaults.js +1 -1
- package/src/traces/pointcloud/index.js +1 -1
- package/src/traces/sankey/attributes.js +1 -1
- package/src/traces/sankey/base_plot.js +1 -1
- package/src/traces/sankey/calc.js +1 -1
- package/src/traces/sankey/constants.js +1 -1
- package/src/traces/sankey/defaults.js +1 -1
- package/src/traces/sankey/index.js +1 -1
- package/src/traces/sankey/plot.js +10 -6
- package/src/traces/sankey/render.js +1 -1
- package/src/traces/sankey/select.js +1 -1
- package/src/traces/scatter/arrays_to_calcdata.js +1 -1
- package/src/traces/scatter/attributes.js +1 -1
- package/src/traces/scatter/calc.js +1 -1
- package/src/traces/scatter/calc_selection.js +1 -1
- package/src/traces/scatter/colorscale_calc.js +1 -1
- package/src/traces/scatter/constants.js +1 -1
- package/src/traces/scatter/cross_trace_calc.js +1 -1
- package/src/traces/scatter/cross_trace_defaults.js +1 -1
- package/src/traces/scatter/defaults.js +1 -1
- package/src/traces/scatter/fillcolor_defaults.js +1 -1
- package/src/traces/scatter/format_labels.js +1 -1
- package/src/traces/scatter/get_trace_color.js +1 -1
- package/src/traces/scatter/hover.js +1 -1
- package/src/traces/scatter/index.js +1 -1
- package/src/traces/scatter/line_defaults.js +1 -1
- package/src/traces/scatter/line_points.js +1 -1
- package/src/traces/scatter/line_shape_defaults.js +1 -1
- package/src/traces/scatter/link_traces.js +1 -1
- package/src/traces/scatter/make_bubble_size_func.js +1 -1
- package/src/traces/scatter/marker_colorbar.js +1 -1
- package/src/traces/scatter/marker_defaults.js +1 -1
- package/src/traces/scatter/plot.js +1 -1
- package/src/traces/scatter/select.js +1 -1
- package/src/traces/scatter/stack_defaults.js +1 -1
- package/src/traces/scatter/style.js +1 -1
- package/src/traces/scatter/subtypes.js +1 -1
- package/src/traces/scatter/text_defaults.js +1 -1
- package/src/traces/scatter/xy_defaults.js +1 -1
- package/src/traces/scatter3d/attributes.js +1 -1
- package/src/traces/scatter3d/calc.js +1 -1
- package/src/traces/scatter3d/calc_errors.js +1 -1
- package/src/traces/scatter3d/convert.js +1 -1
- package/src/traces/scatter3d/defaults.js +1 -1
- package/src/traces/scatter3d/index.js +1 -1
- package/src/traces/scattercarpet/attributes.js +1 -1
- package/src/traces/scattercarpet/calc.js +1 -1
- package/src/traces/scattercarpet/defaults.js +1 -1
- package/src/traces/scattercarpet/event_data.js +1 -1
- package/src/traces/scattercarpet/format_labels.js +1 -1
- package/src/traces/scattercarpet/hover.js +1 -1
- package/src/traces/scattercarpet/index.js +1 -1
- package/src/traces/scattercarpet/plot.js +1 -1
- package/src/traces/scattergeo/attributes.js +35 -3
- package/src/traces/scattergeo/calc.js +13 -2
- package/src/traces/scattergeo/defaults.js +26 -24
- package/src/traces/scattergeo/event_data.js +8 -2
- package/src/traces/scattergeo/format_labels.js +1 -1
- package/src/traces/scattergeo/hover.js +1 -1
- package/src/traces/scattergeo/index.js +3 -2
- package/src/traces/scattergeo/plot.js +55 -20
- package/src/traces/scattergeo/select.js +1 -1
- package/src/traces/scattergeo/style.js +1 -1
- package/src/traces/scattergl/attributes.js +1 -1
- package/src/traces/scattergl/calc.js +1 -1
- package/src/traces/scattergl/constants.js +1 -1
- package/src/traces/scattergl/convert.js +14 -10
- package/src/traces/scattergl/defaults.js +3 -2
- package/src/traces/scattergl/edit_style.js +1 -1
- package/src/traces/scattergl/format_labels.js +1 -1
- package/src/traces/scattergl/helpers.js +23 -0
- package/src/traces/scattergl/hover.js +5 -5
- package/src/traces/scattergl/index.js +1 -1
- package/src/traces/scattergl/plot.js +1 -1
- package/src/traces/scattergl/scene_update.js +1 -1
- package/src/traces/scattergl/select.js +1 -1
- package/src/traces/scattermapbox/attributes.js +1 -1
- package/src/traces/scattermapbox/convert.js +1 -1
- package/src/traces/scattermapbox/defaults.js +1 -1
- package/src/traces/scattermapbox/event_data.js +1 -1
- package/src/traces/scattermapbox/format_labels.js +1 -1
- package/src/traces/scattermapbox/hover.js +1 -1
- package/src/traces/scattermapbox/index.js +1 -1
- package/src/traces/scattermapbox/plot.js +1 -1
- package/src/traces/scattermapbox/select.js +1 -1
- package/src/traces/scatterpolar/attributes.js +1 -1
- package/src/traces/scatterpolar/calc.js +1 -1
- package/src/traces/scatterpolar/defaults.js +1 -1
- package/src/traces/scatterpolar/format_labels.js +1 -1
- package/src/traces/scatterpolar/hover.js +1 -1
- package/src/traces/scatterpolar/index.js +1 -1
- package/src/traces/scatterpolar/plot.js +1 -1
- package/src/traces/scatterpolargl/attributes.js +1 -1
- package/src/traces/scatterpolargl/calc.js +1 -1
- package/src/traces/scatterpolargl/defaults.js +1 -1
- package/src/traces/scatterpolargl/format_labels.js +1 -1
- package/src/traces/scatterpolargl/hover.js +1 -1
- package/src/traces/scatterpolargl/index.js +1 -1
- package/src/traces/scatterpolargl/plot.js +1 -1
- package/src/traces/scatterternary/attributes.js +1 -1
- package/src/traces/scatterternary/calc.js +1 -1
- package/src/traces/scatterternary/defaults.js +1 -1
- package/src/traces/scatterternary/event_data.js +1 -1
- package/src/traces/scatterternary/format_labels.js +1 -1
- package/src/traces/scatterternary/hover.js +1 -1
- package/src/traces/scatterternary/index.js +1 -1
- package/src/traces/scatterternary/plot.js +1 -1
- package/src/traces/splom/attributes.js +1 -1
- package/src/traces/splom/base_plot.js +1 -1
- package/src/traces/splom/calc.js +1 -1
- package/src/traces/splom/defaults.js +3 -3
- package/src/traces/splom/edit_style.js +1 -1
- package/src/traces/splom/helpers.js +1 -1
- package/src/traces/splom/hover.js +1 -1
- package/src/traces/splom/index.js +1 -1
- package/src/traces/splom/plot.js +1 -1
- package/src/traces/splom/scene_update.js +1 -1
- package/src/traces/splom/select.js +1 -1
- package/src/traces/streamtube/attributes.js +3 -2
- package/src/traces/streamtube/calc.js +112 -54
- package/src/traces/streamtube/convert.js +7 -7
- package/src/traces/streamtube/defaults.js +1 -1
- package/src/traces/streamtube/index.js +3 -3
- package/src/traces/sunburst/attributes.js +11 -2
- package/src/traces/sunburst/base_plot.js +1 -1
- package/src/traces/sunburst/calc.js +4 -2
- package/src/traces/sunburst/constants.js +1 -1
- package/src/traces/sunburst/defaults.js +7 -2
- package/src/traces/sunburst/fx.js +24 -23
- package/src/traces/sunburst/helpers.js +16 -9
- package/src/traces/sunburst/index.js +1 -1
- package/src/traces/sunburst/layout_attributes.js +1 -1
- package/src/traces/sunburst/layout_defaults.js +1 -1
- package/src/traces/sunburst/plot.js +52 -25
- package/src/traces/sunburst/style.js +6 -2
- package/src/traces/surface/attributes.js +3 -2
- package/src/traces/surface/calc.js +1 -1
- package/src/traces/surface/convert.js +1 -1
- package/src/traces/surface/defaults.js +1 -1
- package/src/traces/surface/index.js +2 -2
- package/src/traces/table/attributes.js +1 -1
- package/src/traces/table/base_plot.js +1 -1
- package/src/traces/table/calc.js +1 -1
- package/src/traces/table/constants.js +1 -1
- package/src/traces/table/data_preparation_helper.js +1 -1
- package/src/traces/table/data_split_helpers.js +1 -1
- package/src/traces/table/defaults.js +1 -1
- package/src/traces/table/index.js +1 -1
- package/src/traces/table/plot.js +1 -1
- package/src/traces/treemap/attributes.js +10 -2
- package/src/traces/treemap/base_plot.js +1 -1
- package/src/traces/treemap/calc.js +1 -1
- package/src/traces/treemap/constants.js +1 -1
- package/src/traces/treemap/defaults.js +8 -5
- package/src/traces/treemap/draw_ancestors.js +9 -11
- package/src/traces/treemap/draw_descendants.js +6 -2
- package/src/traces/treemap/index.js +1 -1
- package/src/traces/treemap/layout_attributes.js +1 -1
- package/src/traces/treemap/layout_defaults.js +1 -1
- package/src/traces/treemap/partition.js +1 -1
- package/src/traces/treemap/plot.js +62 -47
- package/src/traces/treemap/style.js +6 -2
- package/src/traces/violin/attributes.js +5 -2
- package/src/traces/violin/calc.js +1 -1
- package/src/traces/violin/cross_trace_calc.js +1 -1
- package/src/traces/violin/defaults.js +1 -1
- package/src/traces/violin/helpers.js +1 -1
- package/src/traces/violin/hover.js +1 -1
- package/src/traces/violin/index.js +1 -1
- package/src/traces/violin/layout_attributes.js +1 -1
- package/src/traces/violin/layout_defaults.js +1 -1
- package/src/traces/violin/plot.js +1 -1
- package/src/traces/violin/style.js +1 -1
- package/src/traces/volume/attributes.js +3 -2
- package/src/traces/volume/convert.js +13 -13
- package/src/traces/volume/defaults.js +1 -1
- package/src/traces/volume/index.js +2 -2
- package/src/traces/waterfall/attributes.js +1 -1
- package/src/traces/waterfall/calc.js +1 -1
- package/src/traces/waterfall/constants.js +1 -1
- package/src/traces/waterfall/cross_trace_calc.js +1 -1
- package/src/traces/waterfall/defaults.js +1 -1
- package/src/traces/waterfall/event_data.js +1 -1
- package/src/traces/waterfall/hover.js +1 -1
- package/src/traces/waterfall/index.js +1 -1
- package/src/traces/waterfall/layout_attributes.js +1 -1
- package/src/traces/waterfall/layout_defaults.js +1 -1
- package/src/traces/waterfall/plot.js +6 -3
- package/src/traces/waterfall/style.js +5 -3
- package/src/transforms/aggregate.js +1 -1
- package/src/transforms/filter.js +1 -1
- package/src/transforms/groupby.js +2 -2
- package/src/transforms/helpers.js +1 -1
- package/src/transforms/sort.js +1 -1
- package/tasks/noci_test.sh +1 -1
- package/tasks/test_syntax.js +1 -1
- package/tasks/util/constants.js +1 -1
- package/tasks/util/wrap_locale.js +2 -2
package/dist/plot-schema.json
CHANGED
|
@@ -4098,7 +4098,7 @@
|
|
|
4098
4098
|
},
|
|
4099
4099
|
"box": {
|
|
4100
4100
|
"meta": {
|
|
4101
|
-
"description": "
|
|
4101
|
+
"description": "Each box spans from quartile 1 (Q1) to quartile 3 (Q3). The second quartile (Q2, i.e. the median) is marked by a line inside the box. The fences grow outward from the boxes' edges, by default they span +/- 1.5 times the interquartile range (IQR: Q3-Q1), The sample mean and standard deviation as well as notches and the sample, outlier and suspected outliers points can be optionally added to the box plot. The values and positions corresponding to each boxes can be input using two signatures. The first signature expects users to supply the sample values in the `y` data array for vertical boxes (`x` for horizontal boxes). By supplying an `x` (`y`) array, one box per distinct `x` (`y`) value is drawn If no `x` (`y`) {array} is provided, a single box is drawn. In this case, the box is positioned with the trace `name` or with `x0` (`y0`) if provided. The second signature expects users to supply the boxes corresponding Q1, median and Q3 statistics in the `q1`, `median` and `q3` data arrays respectively. Other box features relying on statistics namely `lowerfence`, `upperfence`, `notchspan` can be set directly by the users. To have plotly compute them or to show sample points besides the boxes, users can set the `y` data array for vertical boxes (`x` for horizontal boxes) to a 2D array with the outer length corresponding to the number of boxes in the traces and the inner length corresponding the sample size."
|
|
4102
4102
|
},
|
|
4103
4103
|
"categories": [
|
|
4104
4104
|
"cartesian",
|
|
@@ -4362,58 +4362,67 @@
|
|
|
4362
4362
|
"valType": "any",
|
|
4363
4363
|
"role": "info",
|
|
4364
4364
|
"editType": "calc+clearAxisTypes",
|
|
4365
|
-
"description": "Sets the x coordinate
|
|
4365
|
+
"description": "Sets the x coordinate for single-box traces or the starting coordinate for multi-box traces set using q1/median/q3. See overview for more info."
|
|
4366
4366
|
},
|
|
4367
4367
|
"y0": {
|
|
4368
4368
|
"valType": "any",
|
|
4369
4369
|
"role": "info",
|
|
4370
4370
|
"editType": "calc+clearAxisTypes",
|
|
4371
|
-
"description": "Sets the y coordinate
|
|
4371
|
+
"description": "Sets the y coordinate for single-box traces or the starting coordinate for multi-box traces set using q1/median/q3. See overview for more info."
|
|
4372
4372
|
},
|
|
4373
|
-
"
|
|
4374
|
-
"valType": "
|
|
4373
|
+
"dx": {
|
|
4374
|
+
"valType": "number",
|
|
4375
4375
|
"role": "info",
|
|
4376
|
-
"editType": "calc
|
|
4377
|
-
"description": "Sets the
|
|
4376
|
+
"editType": "calc",
|
|
4377
|
+
"description": "Sets the x coordinate step for multi-box traces set using q1/median/q3."
|
|
4378
4378
|
},
|
|
4379
|
-
"
|
|
4380
|
-
"valType": "
|
|
4379
|
+
"dy": {
|
|
4380
|
+
"valType": "number",
|
|
4381
4381
|
"role": "info",
|
|
4382
|
-
"dflt": "",
|
|
4383
|
-
"arrayOk": true,
|
|
4384
4382
|
"editType": "calc",
|
|
4385
|
-
"description": "Sets the
|
|
4383
|
+
"description": "Sets the y coordinate step for multi-box traces set using q1/median/q3."
|
|
4386
4384
|
},
|
|
4387
|
-
"
|
|
4385
|
+
"name": {
|
|
4388
4386
|
"valType": "string",
|
|
4389
4387
|
"role": "info",
|
|
4390
|
-
"
|
|
4391
|
-
"
|
|
4392
|
-
"editType": "style",
|
|
4393
|
-
"description": "Same as `text`."
|
|
4388
|
+
"editType": "calc+clearAxisTypes",
|
|
4389
|
+
"description": "Sets the trace name. The trace name appear as the legend item and on hover. For box traces, the name will also be used for the position coordinate, if `x` and `x0` (`y` and `y0` if horizontal) are missing and the position axis is categorical"
|
|
4394
4390
|
},
|
|
4395
|
-
"
|
|
4396
|
-
"valType": "
|
|
4397
|
-
"role": "
|
|
4398
|
-
"
|
|
4399
|
-
"
|
|
4400
|
-
"description": "Template string used for rendering the information that appear on hover box. Note that this will override `hoverinfo`. Variables are inserted using %{variable}, for example \"y: %{y}\". Numbers are formatted using d3-format's syntax %{variable:d3-format}, for example \"Price: %{y:$.2f}\". https://github.com/d3/d3-3.x-api-reference/blob/master/Formatting.md#d3_format for details on the formatting syntax. Dates are formatted using d3-time-format's syntax %{variable|d3-time-format}, for example \"Day: %{2019-01-01|%A}\". https://github.com/d3/d3-3.x-api-reference/blob/master/Time-Formatting.md#format for details on the date formatting syntax. The variables available in `hovertemplate` are the ones emitted as event data described at this link https://plot.ly/javascript/plotlyjs-events/#event-data. Additionally, every attributes that can be specified per-point (the ones that are `arrayOk: true`) are available. Anything contained in tag `<extra>` is displayed in the secondary box, for example \"<extra>{fullData.name}</extra>\". To hide the secondary box completely, use an empty tag `<extra></extra>`.",
|
|
4401
|
-
"arrayOk": true
|
|
4391
|
+
"q1": {
|
|
4392
|
+
"valType": "data_array",
|
|
4393
|
+
"role": "data",
|
|
4394
|
+
"editType": "calc+clearAxisTypes",
|
|
4395
|
+
"description": "Sets the Quartile 1 values. There should be as many items as the number of boxes desired."
|
|
4402
4396
|
},
|
|
4403
|
-
"
|
|
4404
|
-
"valType": "
|
|
4405
|
-
"
|
|
4406
|
-
"
|
|
4407
|
-
"
|
|
4408
|
-
|
|
4397
|
+
"median": {
|
|
4398
|
+
"valType": "data_array",
|
|
4399
|
+
"role": "data",
|
|
4400
|
+
"editType": "calc+clearAxisTypes",
|
|
4401
|
+
"description": "Sets the median values. There should be as many items as the number of boxes desired."
|
|
4402
|
+
},
|
|
4403
|
+
"q3": {
|
|
4404
|
+
"valType": "data_array",
|
|
4405
|
+
"role": "data",
|
|
4406
|
+
"editType": "calc+clearAxisTypes",
|
|
4407
|
+
"description": "Sets the Quartile 3 values. There should be as many items as the number of boxes desired."
|
|
4408
|
+
},
|
|
4409
|
+
"lowerfence": {
|
|
4410
|
+
"valType": "data_array",
|
|
4411
|
+
"role": "data",
|
|
4409
4412
|
"editType": "calc",
|
|
4410
|
-
"description": "Sets the
|
|
4413
|
+
"description": "Sets the lower fence values. There should be as many items as the number of boxes desired. This attribute has effect only under the q1/median/q3 signature. If `lowerfence` is not provided but a sample (in `y` or `x`) is set, we compute the lower as the last sample point below 1.5 times the IQR."
|
|
4414
|
+
},
|
|
4415
|
+
"upperfence": {
|
|
4416
|
+
"valType": "data_array",
|
|
4417
|
+
"role": "data",
|
|
4418
|
+
"editType": "calc",
|
|
4419
|
+
"description": "Sets the upper fence values. There should be as many items as the number of boxes desired. This attribute has effect only under the q1/median/q3 signature. If `upperfence` is not provided but a sample (in `y` or `x`) is set, we compute the lower as the last sample point above 1.5 times the IQR."
|
|
4411
4420
|
},
|
|
4412
4421
|
"notched": {
|
|
4413
4422
|
"valType": "boolean",
|
|
4414
|
-
"role": "
|
|
4423
|
+
"role": "info",
|
|
4415
4424
|
"editType": "calc",
|
|
4416
|
-
"description": "Determines whether or not notches
|
|
4425
|
+
"description": "Determines whether or not notches are drawn. Notches displays a confidence interval around the median. We compute the confidence interval as median +/- 1.57 * IQR / sqrt(N), where IQR is the interquartile range and N is the sample size. If two boxes' notches do not overlap there is 95% confidence their medians differ. See https://sites.google.com/site/davidsstatistics/home/notched-box-plots for more info. Defaults to *false* unless `notchwidth` or `notchspan` is set."
|
|
4417
4426
|
},
|
|
4418
4427
|
"notchwidth": {
|
|
4419
4428
|
"valType": "number",
|
|
@@ -4424,6 +4433,12 @@
|
|
|
4424
4433
|
"editType": "calc",
|
|
4425
4434
|
"description": "Sets the width of the notches relative to the box' width. For example, with 0, the notches are as wide as the box(es)."
|
|
4426
4435
|
},
|
|
4436
|
+
"notchspan": {
|
|
4437
|
+
"valType": "data_array",
|
|
4438
|
+
"role": "data",
|
|
4439
|
+
"editType": "calc",
|
|
4440
|
+
"description": "Sets the notch span from the boxes' `median` values. There should be as many items as the number of boxes desired. This attribute has effect only under the q1/median/q3 signature. If `notchspan` is not provided but a sample (in `y` or `x`) is set, we compute it as 1.57 * IQR / sqrt(N), where N is the sample size."
|
|
4441
|
+
},
|
|
4427
4442
|
"boxpoints": {
|
|
4428
4443
|
"valType": "enumerated",
|
|
4429
4444
|
"values": [
|
|
@@ -4432,22 +4447,9 @@
|
|
|
4432
4447
|
"suspectedoutliers",
|
|
4433
4448
|
false
|
|
4434
4449
|
],
|
|
4435
|
-
"dflt": "outliers",
|
|
4436
4450
|
"role": "style",
|
|
4437
4451
|
"editType": "calc",
|
|
4438
|
-
"description": "If *outliers*, only the sample points lying outside the whiskers are shown If *suspectedoutliers*, the outlier points are shown and points either less than 4*Q1-3*Q3 or greater than 4*Q3-3*Q1 are highlighted (see `outliercolor`) If *all*, all sample points are shown If *false*, only the box(es) are shown with no sample points"
|
|
4439
|
-
},
|
|
4440
|
-
"boxmean": {
|
|
4441
|
-
"valType": "enumerated",
|
|
4442
|
-
"values": [
|
|
4443
|
-
true,
|
|
4444
|
-
"sd",
|
|
4445
|
-
false
|
|
4446
|
-
],
|
|
4447
|
-
"dflt": false,
|
|
4448
|
-
"role": "style",
|
|
4449
|
-
"editType": "calc",
|
|
4450
|
-
"description": "If *true*, the mean of the box(es)' underlying distribution is drawn as a dashed line inside the box(es). If *sd* the standard deviation is also drawn."
|
|
4452
|
+
"description": "If *outliers*, only the sample points lying outside the whiskers are shown If *suspectedoutliers*, the outlier points are shown and points either less than 4*Q1-3*Q3 or greater than 4*Q3-3*Q1 are highlighted (see `outliercolor`) If *all*, all sample points are shown If *false*, only the box(es) are shown with no sample points Defaults to *suspectedoutliers* when `marker.outliercolor` or `marker.line.outliercolor` is set. Defaults to *all* under the q1/median/q3 signature. Otherwise defaults to *outliers*."
|
|
4451
4453
|
},
|
|
4452
4454
|
"jitter": {
|
|
4453
4455
|
"valType": "number",
|
|
@@ -4465,6 +4467,29 @@
|
|
|
4465
4467
|
"editType": "calc",
|
|
4466
4468
|
"description": "Sets the position of the sample points in relation to the box(es). If *0*, the sample points are places over the center of the box(es). Positive (negative) values correspond to positions to the right (left) for vertical boxes and above (below) for horizontal boxes"
|
|
4467
4469
|
},
|
|
4470
|
+
"boxmean": {
|
|
4471
|
+
"valType": "enumerated",
|
|
4472
|
+
"values": [
|
|
4473
|
+
true,
|
|
4474
|
+
"sd",
|
|
4475
|
+
false
|
|
4476
|
+
],
|
|
4477
|
+
"role": "style",
|
|
4478
|
+
"editType": "calc",
|
|
4479
|
+
"description": "If *true*, the mean of the box(es)' underlying distribution is drawn as a dashed line inside the box(es). If *sd* the standard deviation is also drawn. Defaults to *true* when `mean` is set. Defaults to *sd* when `sd` is set Otherwise defaults to *false*."
|
|
4480
|
+
},
|
|
4481
|
+
"mean": {
|
|
4482
|
+
"valType": "data_array",
|
|
4483
|
+
"role": "data",
|
|
4484
|
+
"editType": "calc",
|
|
4485
|
+
"description": "Sets the mean values. There should be as many items as the number of boxes desired. This attribute has effect only under the q1/median/q3 signature. If `mean` is not provided but a sample (in `y` or `x`) is set, we compute the mean for each box using the sample values."
|
|
4486
|
+
},
|
|
4487
|
+
"sd": {
|
|
4488
|
+
"valType": "data_array",
|
|
4489
|
+
"role": "data",
|
|
4490
|
+
"editType": "calc",
|
|
4491
|
+
"description": "Sets the standard deviation values. There should be as many items as the number of boxes desired. This attribute has effect only under the q1/median/q3 signature. If `sd` is not provided but a sample (in `y` or `x`) is set, we compute the standard deviation for each box using the sample values."
|
|
4492
|
+
},
|
|
4468
4493
|
"orientation": {
|
|
4469
4494
|
"valType": "enumerated",
|
|
4470
4495
|
"values": [
|
|
@@ -4475,6 +4500,18 @@
|
|
|
4475
4500
|
"editType": "calc+clearAxisTypes",
|
|
4476
4501
|
"description": "Sets the orientation of the box(es). If *v* (*h*), the distribution is visualized along the vertical (horizontal)."
|
|
4477
4502
|
},
|
|
4503
|
+
"quartilemethod": {
|
|
4504
|
+
"valType": "enumerated",
|
|
4505
|
+
"values": [
|
|
4506
|
+
"linear",
|
|
4507
|
+
"exclusive",
|
|
4508
|
+
"inclusive"
|
|
4509
|
+
],
|
|
4510
|
+
"dflt": "linear",
|
|
4511
|
+
"role": "info",
|
|
4512
|
+
"editType": "calc",
|
|
4513
|
+
"description": "Sets the method used to compute the sample's Q1 and Q3 quartiles. The *linear* method uses the 25th percentile for Q1 and 75th percentile for Q3 as computed using method #10 (listed on http://www.amstat.org/publications/jse/v14n3/langford.html). The *exclusive* method uses the median to divide the ordered dataset into two halves if the sample is odd, it does not include the median in either half - Q1 is then the median of the lower half and Q3 the median of the upper half. The *inclusive* method also uses the median to divide the ordered dataset into two halves but if the sample is odd, it includes the median in both halves - Q1 is then the median of the lower half and Q3 the median of the upper half."
|
|
4514
|
+
},
|
|
4478
4515
|
"width": {
|
|
4479
4516
|
"valType": "number",
|
|
4480
4517
|
"min": 0,
|
|
@@ -4873,6 +4910,15 @@
|
|
|
4873
4910
|
"editType": "style",
|
|
4874
4911
|
"description": "Sets the fill color. Defaults to a half-transparent variant of the line color, marker color, or marker line color, whichever is available."
|
|
4875
4912
|
},
|
|
4913
|
+
"whiskerwidth": {
|
|
4914
|
+
"valType": "number",
|
|
4915
|
+
"min": 0,
|
|
4916
|
+
"max": 1,
|
|
4917
|
+
"dflt": 0.5,
|
|
4918
|
+
"role": "style",
|
|
4919
|
+
"editType": "calc",
|
|
4920
|
+
"description": "Sets the width of the whiskers relative to the box' width. For example, with 1, the whiskers are as wide as the box(es)."
|
|
4921
|
+
},
|
|
4876
4922
|
"offsetgroup": {
|
|
4877
4923
|
"valType": "string",
|
|
4878
4924
|
"role": "info",
|
|
@@ -4945,6 +4991,30 @@
|
|
|
4945
4991
|
"editType": "style",
|
|
4946
4992
|
"role": "object"
|
|
4947
4993
|
},
|
|
4994
|
+
"text": {
|
|
4995
|
+
"valType": "string",
|
|
4996
|
+
"role": "info",
|
|
4997
|
+
"dflt": "",
|
|
4998
|
+
"arrayOk": true,
|
|
4999
|
+
"editType": "calc",
|
|
5000
|
+
"description": "Sets the text elements associated with each sample value. If a single string, the same string appears over all the data points. If an array of string, the items are mapped in order to the this trace's (x,y) coordinates. To be seen, trace `hoverinfo` must contain a *text* flag."
|
|
5001
|
+
},
|
|
5002
|
+
"hovertext": {
|
|
5003
|
+
"valType": "string",
|
|
5004
|
+
"role": "info",
|
|
5005
|
+
"dflt": "",
|
|
5006
|
+
"arrayOk": true,
|
|
5007
|
+
"editType": "style",
|
|
5008
|
+
"description": "Same as `text`."
|
|
5009
|
+
},
|
|
5010
|
+
"hovertemplate": {
|
|
5011
|
+
"valType": "string",
|
|
5012
|
+
"role": "info",
|
|
5013
|
+
"dflt": "",
|
|
5014
|
+
"editType": "none",
|
|
5015
|
+
"description": "Template string used for rendering the information that appear on hover box. Note that this will override `hoverinfo`. Variables are inserted using %{variable}, for example \"y: %{y}\". Numbers are formatted using d3-format's syntax %{variable:d3-format}, for example \"Price: %{y:$.2f}\". https://github.com/d3/d3-3.x-api-reference/blob/master/Formatting.md#d3_format for details on the formatting syntax. Dates are formatted using d3-time-format's syntax %{variable|d3-time-format}, for example \"Day: %{2019-01-01|%A}\". https://github.com/d3/d3-3.x-api-reference/blob/master/Time-Formatting.md#format for details on the date formatting syntax. The variables available in `hovertemplate` are the ones emitted as event data described at this link https://plot.ly/javascript/plotlyjs-events/#event-data. Additionally, every attributes that can be specified per-point (the ones that are `arrayOk: true`) are available. Anything contained in tag `<extra>` is displayed in the secondary box, for example \"<extra>{fullData.name}</extra>\". To hide the secondary box completely, use an empty tag `<extra></extra>`.",
|
|
5016
|
+
"arrayOk": true
|
|
5017
|
+
},
|
|
4948
5018
|
"hoveron": {
|
|
4949
5019
|
"valType": "flaglist",
|
|
4950
5020
|
"flags": [
|
|
@@ -5056,6 +5126,54 @@
|
|
|
5056
5126
|
"description": "Sets the source reference on plot.ly for x .",
|
|
5057
5127
|
"editType": "none"
|
|
5058
5128
|
},
|
|
5129
|
+
"q1src": {
|
|
5130
|
+
"valType": "string",
|
|
5131
|
+
"role": "info",
|
|
5132
|
+
"description": "Sets the source reference on plot.ly for q1 .",
|
|
5133
|
+
"editType": "none"
|
|
5134
|
+
},
|
|
5135
|
+
"mediansrc": {
|
|
5136
|
+
"valType": "string",
|
|
5137
|
+
"role": "info",
|
|
5138
|
+
"description": "Sets the source reference on plot.ly for median .",
|
|
5139
|
+
"editType": "none"
|
|
5140
|
+
},
|
|
5141
|
+
"q3src": {
|
|
5142
|
+
"valType": "string",
|
|
5143
|
+
"role": "info",
|
|
5144
|
+
"description": "Sets the source reference on plot.ly for q3 .",
|
|
5145
|
+
"editType": "none"
|
|
5146
|
+
},
|
|
5147
|
+
"lowerfencesrc": {
|
|
5148
|
+
"valType": "string",
|
|
5149
|
+
"role": "info",
|
|
5150
|
+
"description": "Sets the source reference on plot.ly for lowerfence .",
|
|
5151
|
+
"editType": "none"
|
|
5152
|
+
},
|
|
5153
|
+
"upperfencesrc": {
|
|
5154
|
+
"valType": "string",
|
|
5155
|
+
"role": "info",
|
|
5156
|
+
"description": "Sets the source reference on plot.ly for upperfence .",
|
|
5157
|
+
"editType": "none"
|
|
5158
|
+
},
|
|
5159
|
+
"notchspansrc": {
|
|
5160
|
+
"valType": "string",
|
|
5161
|
+
"role": "info",
|
|
5162
|
+
"description": "Sets the source reference on plot.ly for notchspan .",
|
|
5163
|
+
"editType": "none"
|
|
5164
|
+
},
|
|
5165
|
+
"meansrc": {
|
|
5166
|
+
"valType": "string",
|
|
5167
|
+
"role": "info",
|
|
5168
|
+
"description": "Sets the source reference on plot.ly for mean .",
|
|
5169
|
+
"editType": "none"
|
|
5170
|
+
},
|
|
5171
|
+
"sdsrc": {
|
|
5172
|
+
"valType": "string",
|
|
5173
|
+
"role": "info",
|
|
5174
|
+
"description": "Sets the source reference on plot.ly for sd .",
|
|
5175
|
+
"editType": "none"
|
|
5176
|
+
},
|
|
5059
5177
|
"textsrc": {
|
|
5060
5178
|
"valType": "string",
|
|
5061
5179
|
"role": "info",
|
|
@@ -5114,7 +5232,8 @@
|
|
|
5114
5232
|
"categories": [
|
|
5115
5233
|
"cartesian",
|
|
5116
5234
|
"svg",
|
|
5117
|
-
"2dMap"
|
|
5235
|
+
"2dMap",
|
|
5236
|
+
"showLegend"
|
|
5118
5237
|
],
|
|
5119
5238
|
"animatable": false,
|
|
5120
5239
|
"type": "heatmap",
|
|
@@ -5132,6 +5251,13 @@
|
|
|
5132
5251
|
"editType": "calc",
|
|
5133
5252
|
"description": "Determines whether or not this trace is visible. If *legendonly*, the trace is not drawn, but can appear as a legend item (provided that the legend itself is visible)."
|
|
5134
5253
|
},
|
|
5254
|
+
"legendgroup": {
|
|
5255
|
+
"valType": "string",
|
|
5256
|
+
"role": "info",
|
|
5257
|
+
"dflt": "",
|
|
5258
|
+
"editType": "style",
|
|
5259
|
+
"description": "Sets the legend group for this trace. Traces part of the same legend group hide/show at the same time when toggling legend items."
|
|
5260
|
+
},
|
|
5135
5261
|
"opacity": {
|
|
5136
5262
|
"valType": "number",
|
|
5137
5263
|
"role": "style",
|
|
@@ -5497,6 +5623,13 @@
|
|
|
5497
5623
|
"description": "Template string used for rendering the information that appear on hover box. Note that this will override `hoverinfo`. Variables are inserted using %{variable}, for example \"y: %{y}\". Numbers are formatted using d3-format's syntax %{variable:d3-format}, for example \"Price: %{y:$.2f}\". https://github.com/d3/d3-3.x-api-reference/blob/master/Formatting.md#d3_format for details on the formatting syntax. Dates are formatted using d3-time-format's syntax %{variable|d3-time-format}, for example \"Day: %{2019-01-01|%A}\". https://github.com/d3/d3-3.x-api-reference/blob/master/Time-Formatting.md#format for details on the date formatting syntax. The variables available in `hovertemplate` are the ones emitted as event data described at this link https://plot.ly/javascript/plotlyjs-events/#event-data. Additionally, every attributes that can be specified per-point (the ones that are `arrayOk: true`) are available. Anything contained in tag `<extra>` is displayed in the secondary box, for example \"<extra>{fullData.name}</extra>\". To hide the secondary box completely, use an empty tag `<extra></extra>`.",
|
|
5498
5624
|
"arrayOk": true
|
|
5499
5625
|
},
|
|
5626
|
+
"showlegend": {
|
|
5627
|
+
"valType": "boolean",
|
|
5628
|
+
"role": "info",
|
|
5629
|
+
"dflt": false,
|
|
5630
|
+
"editType": "style",
|
|
5631
|
+
"description": "Determines whether or not an item corresponding to this trace is shown in the legend."
|
|
5632
|
+
},
|
|
5500
5633
|
"zauto": {
|
|
5501
5634
|
"valType": "boolean",
|
|
5502
5635
|
"role": "info",
|
|
@@ -7832,7 +7965,8 @@
|
|
|
7832
7965
|
"cartesian",
|
|
7833
7966
|
"svg",
|
|
7834
7967
|
"2dMap",
|
|
7835
|
-
"histogram"
|
|
7968
|
+
"histogram",
|
|
7969
|
+
"showLegend"
|
|
7836
7970
|
],
|
|
7837
7971
|
"animatable": false,
|
|
7838
7972
|
"type": "histogram2d",
|
|
@@ -7850,6 +7984,13 @@
|
|
|
7850
7984
|
"editType": "calc",
|
|
7851
7985
|
"description": "Determines whether or not this trace is visible. If *legendonly*, the trace is not drawn, but can appear as a legend item (provided that the legend itself is visible)."
|
|
7852
7986
|
},
|
|
7987
|
+
"legendgroup": {
|
|
7988
|
+
"valType": "string",
|
|
7989
|
+
"role": "info",
|
|
7990
|
+
"dflt": "",
|
|
7991
|
+
"editType": "style",
|
|
7992
|
+
"description": "Sets the legend group for this trace. Traces part of the same legend group hide/show at the same time when toggling legend items."
|
|
7993
|
+
},
|
|
7853
7994
|
"opacity": {
|
|
7854
7995
|
"valType": "number",
|
|
7855
7996
|
"role": "style",
|
|
@@ -8256,6 +8397,13 @@
|
|
|
8256
8397
|
"description": "Template string used for rendering the information that appear on hover box. Note that this will override `hoverinfo`. Variables are inserted using %{variable}, for example \"y: %{y}\". Numbers are formatted using d3-format's syntax %{variable:d3-format}, for example \"Price: %{y:$.2f}\". https://github.com/d3/d3-3.x-api-reference/blob/master/Formatting.md#d3_format for details on the formatting syntax. Dates are formatted using d3-time-format's syntax %{variable|d3-time-format}, for example \"Day: %{2019-01-01|%A}\". https://github.com/d3/d3-3.x-api-reference/blob/master/Time-Formatting.md#format for details on the date formatting syntax. The variables available in `hovertemplate` are the ones emitted as event data described at this link https://plot.ly/javascript/plotlyjs-events/#event-data. Additionally, every attributes that can be specified per-point (the ones that are `arrayOk: true`) are available. variable `z` Anything contained in tag `<extra>` is displayed in the secondary box, for example \"<extra>{fullData.name}</extra>\". To hide the secondary box completely, use an empty tag `<extra></extra>`.",
|
|
8257
8398
|
"arrayOk": true
|
|
8258
8399
|
},
|
|
8400
|
+
"showlegend": {
|
|
8401
|
+
"valType": "boolean",
|
|
8402
|
+
"role": "info",
|
|
8403
|
+
"dflt": false,
|
|
8404
|
+
"editType": "style",
|
|
8405
|
+
"description": "Determines whether or not an item corresponding to this trace is shown in the legend."
|
|
8406
|
+
},
|
|
8259
8407
|
"zauto": {
|
|
8260
8408
|
"valType": "boolean",
|
|
8261
8409
|
"role": "info",
|
|
@@ -13512,13 +13660,13 @@
|
|
|
13512
13660
|
"valType": "any",
|
|
13513
13661
|
"role": "info",
|
|
13514
13662
|
"editType": "calc+clearAxisTypes",
|
|
13515
|
-
"description": "Sets the x coordinate
|
|
13663
|
+
"description": "Sets the x coordinate for single-box traces or the starting coordinate for multi-box traces set using q1/median/q3. See overview for more info."
|
|
13516
13664
|
},
|
|
13517
13665
|
"y0": {
|
|
13518
13666
|
"valType": "any",
|
|
13519
13667
|
"role": "info",
|
|
13520
13668
|
"editType": "calc+clearAxisTypes",
|
|
13521
|
-
"description": "Sets the y coordinate
|
|
13669
|
+
"description": "Sets the y coordinate for single-box traces or the starting coordinate for multi-box traces set using q1/median/q3. See overview for more info."
|
|
13522
13670
|
},
|
|
13523
13671
|
"name": {
|
|
13524
13672
|
"valType": "string",
|
|
@@ -13621,10 +13769,9 @@
|
|
|
13621
13769
|
"suspectedoutliers",
|
|
13622
13770
|
false
|
|
13623
13771
|
],
|
|
13624
|
-
"dflt": "outliers",
|
|
13625
13772
|
"role": "style",
|
|
13626
13773
|
"editType": "calc",
|
|
13627
|
-
"description": "If *outliers*, only the sample points lying outside the whiskers are shown If *suspectedoutliers*, the outlier points are shown and points either less than 4*Q1-3*Q3 or greater than 4*Q3-3*Q1 are highlighted (see `outliercolor`) If *all*, all sample points are shown If *false*, only the violins are shown with no sample points"
|
|
13774
|
+
"description": "If *outliers*, only the sample points lying outside the whiskers are shown If *suspectedoutliers*, the outlier points are shown and points either less than 4*Q1-3*Q3 or greater than 4*Q3-3*Q1 are highlighted (see `outliercolor`) If *all*, all sample points are shown If *false*, only the violins are shown with no sample points. Defaults to *suspectedoutliers* when `marker.outliercolor` or `marker.line.outliercolor` is set, otherwise defaults to *outliers*."
|
|
13628
13775
|
},
|
|
13629
13776
|
"jitter": {
|
|
13630
13777
|
"valType": "number",
|
|
@@ -17463,6 +17610,19 @@
|
|
|
17463
17610
|
"editType": "none"
|
|
17464
17611
|
}
|
|
17465
17612
|
},
|
|
17613
|
+
"insidetextorientation": {
|
|
17614
|
+
"valType": "enumerated",
|
|
17615
|
+
"role": "info",
|
|
17616
|
+
"values": [
|
|
17617
|
+
"horizontal",
|
|
17618
|
+
"radial",
|
|
17619
|
+
"tangential",
|
|
17620
|
+
"auto"
|
|
17621
|
+
],
|
|
17622
|
+
"dflt": "auto",
|
|
17623
|
+
"editType": "plot",
|
|
17624
|
+
"description": "Controls the orientation of the text inside chart sectors. When set to *auto*, text may be oriented in any direction in order to be as big as possible in the middle of a sector. The *horizontal* option orients text to be parallel with the bottom of the chart, and may make text smaller in order to achieve that goal. The *radial* option orients text along the radius of the sector. The *tangential* option orients text perpendicular to the radius of the sector."
|
|
17625
|
+
},
|
|
17466
17626
|
"insidetextfont": {
|
|
17467
17627
|
"family": {
|
|
17468
17628
|
"valType": "string",
|
|
@@ -18906,6 +19066,19 @@
|
|
|
18906
19066
|
"editType": "none"
|
|
18907
19067
|
}
|
|
18908
19068
|
},
|
|
19069
|
+
"insidetextorientation": {
|
|
19070
|
+
"valType": "enumerated",
|
|
19071
|
+
"role": "info",
|
|
19072
|
+
"values": [
|
|
19073
|
+
"horizontal",
|
|
19074
|
+
"radial",
|
|
19075
|
+
"tangential",
|
|
19076
|
+
"auto"
|
|
19077
|
+
],
|
|
19078
|
+
"dflt": "auto",
|
|
19079
|
+
"editType": "plot",
|
|
19080
|
+
"description": "Controls the orientation of the text inside chart sectors. When set to *auto*, text may be oriented in any direction in order to be as big as possible in the middle of a sector. The *horizontal* option orients text to be parallel with the bottom of the chart, and may make text smaller in order to achieve that goal. The *radial* option orients text along the radius of the sector. The *tangential* option orients text perpendicular to the radius of the sector."
|
|
19081
|
+
},
|
|
18909
19082
|
"insidetextfont": {
|
|
18910
19083
|
"family": {
|
|
18911
19084
|
"valType": "string",
|
|
@@ -18975,7 +19148,7 @@
|
|
|
18975
19148
|
"arrayOk": true
|
|
18976
19149
|
},
|
|
18977
19150
|
"editType": "plot",
|
|
18978
|
-
"description": "Sets the font used for `textinfo` lying outside the sector.",
|
|
19151
|
+
"description": "Sets the font used for `textinfo` lying outside the sector. This option refers to the root of the hierarchy presented at the center of a sunburst graph. Please note that if a hierarchy has multiple root nodes, this option won't have any effect and `insidetextfont` would be used.",
|
|
18979
19152
|
"role": "object",
|
|
18980
19153
|
"familysrc": {
|
|
18981
19154
|
"valType": "string",
|
|
@@ -20391,7 +20564,7 @@
|
|
|
20391
20564
|
"arrayOk": true
|
|
20392
20565
|
},
|
|
20393
20566
|
"editType": "plot",
|
|
20394
|
-
"description": "Sets the font used for `textinfo` lying outside the sector.",
|
|
20567
|
+
"description": "Sets the font used for `textinfo` lying outside the sector. This option refers to the root of the hierarchy presented on top left corner of a treemap graph. Please note that if a hierarchy has multiple root nodes, this option won't have any effect and `insidetextfont` would be used.",
|
|
20395
20568
|
"role": "object",
|
|
20396
20569
|
"familysrc": {
|
|
20397
20570
|
"valType": "string",
|
|
@@ -23659,7 +23832,8 @@
|
|
|
23659
23832
|
},
|
|
23660
23833
|
"categories": [
|
|
23661
23834
|
"gl3d",
|
|
23662
|
-
"2dMap"
|
|
23835
|
+
"2dMap",
|
|
23836
|
+
"showLegend"
|
|
23663
23837
|
],
|
|
23664
23838
|
"animatable": false,
|
|
23665
23839
|
"type": "surface",
|
|
@@ -23677,6 +23851,13 @@
|
|
|
23677
23851
|
"editType": "calc",
|
|
23678
23852
|
"description": "Determines whether or not this trace is visible. If *legendonly*, the trace is not drawn, but can appear as a legend item (provided that the legend itself is visible)."
|
|
23679
23853
|
},
|
|
23854
|
+
"legendgroup": {
|
|
23855
|
+
"valType": "string",
|
|
23856
|
+
"role": "info",
|
|
23857
|
+
"dflt": "",
|
|
23858
|
+
"editType": "style",
|
|
23859
|
+
"description": "Sets the legend group for this trace. Traces part of the same legend group hide/show at the same time when toggling legend items."
|
|
23860
|
+
},
|
|
23680
23861
|
"name": {
|
|
23681
23862
|
"valType": "string",
|
|
23682
23863
|
"role": "info",
|
|
@@ -24915,6 +25096,13 @@
|
|
|
24915
25096
|
"editType": "calc",
|
|
24916
25097
|
"description": "Determines which trace information appear on hover. If `none` or `skip` are set, no information is displayed upon hovering. But, if `none` is set, click and hover events are still fired."
|
|
24917
25098
|
},
|
|
25099
|
+
"showlegend": {
|
|
25100
|
+
"valType": "boolean",
|
|
25101
|
+
"role": "info",
|
|
25102
|
+
"dflt": false,
|
|
25103
|
+
"editType": "calc",
|
|
25104
|
+
"description": "Determines whether or not an item corresponding to this trace is shown in the legend."
|
|
25105
|
+
},
|
|
24918
25106
|
"xcalendar": {
|
|
24919
25107
|
"valType": "enumerated",
|
|
24920
25108
|
"values": [
|
|
@@ -25070,7 +25258,8 @@
|
|
|
25070
25258
|
"description": "Draws isosurfaces between iso-min and iso-max values with coordinates given by four 1-dimensional arrays containing the `value`, `x`, `y` and `z` of every vertex of a uniform or non-uniform 3-D grid. Horizontal or vertical slices, caps as well as spaceframe between iso-min and iso-max values could also be drawn using this trace."
|
|
25071
25259
|
},
|
|
25072
25260
|
"categories": [
|
|
25073
|
-
"gl3d"
|
|
25261
|
+
"gl3d",
|
|
25262
|
+
"showLegend"
|
|
25074
25263
|
],
|
|
25075
25264
|
"animatable": false,
|
|
25076
25265
|
"type": "isosurface",
|
|
@@ -25088,6 +25277,13 @@
|
|
|
25088
25277
|
"editType": "calc",
|
|
25089
25278
|
"description": "Determines whether or not this trace is visible. If *legendonly*, the trace is not drawn, but can appear as a legend item (provided that the legend itself is visible)."
|
|
25090
25279
|
},
|
|
25280
|
+
"legendgroup": {
|
|
25281
|
+
"valType": "string",
|
|
25282
|
+
"role": "info",
|
|
25283
|
+
"dflt": "",
|
|
25284
|
+
"editType": "style",
|
|
25285
|
+
"description": "Sets the legend group for this trace. Traces part of the same legend group hide/show at the same time when toggling legend items."
|
|
25286
|
+
},
|
|
25091
25287
|
"name": {
|
|
25092
25288
|
"valType": "string",
|
|
25093
25289
|
"role": "info",
|
|
@@ -25549,6 +25745,13 @@
|
|
|
25549
25745
|
"description": "Template string used for rendering the information that appear on hover box. Note that this will override `hoverinfo`. Variables are inserted using %{variable}, for example \"y: %{y}\". Numbers are formatted using d3-format's syntax %{variable:d3-format}, for example \"Price: %{y:$.2f}\". https://github.com/d3/d3-3.x-api-reference/blob/master/Formatting.md#d3_format for details on the formatting syntax. Dates are formatted using d3-time-format's syntax %{variable|d3-time-format}, for example \"Day: %{2019-01-01|%A}\". https://github.com/d3/d3-3.x-api-reference/blob/master/Time-Formatting.md#format for details on the date formatting syntax. The variables available in `hovertemplate` are the ones emitted as event data described at this link https://plot.ly/javascript/plotlyjs-events/#event-data. Additionally, every attributes that can be specified per-point (the ones that are `arrayOk: true`) are available. Anything contained in tag `<extra>` is displayed in the secondary box, for example \"<extra>{fullData.name}</extra>\". To hide the secondary box completely, use an empty tag `<extra></extra>`.",
|
|
25550
25746
|
"arrayOk": true
|
|
25551
25747
|
},
|
|
25748
|
+
"showlegend": {
|
|
25749
|
+
"valType": "boolean",
|
|
25750
|
+
"role": "info",
|
|
25751
|
+
"dflt": false,
|
|
25752
|
+
"editType": "calc",
|
|
25753
|
+
"description": "Determines whether or not an item corresponding to this trace is shown in the legend."
|
|
25754
|
+
},
|
|
25552
25755
|
"cauto": {
|
|
25553
25756
|
"valType": "boolean",
|
|
25554
25757
|
"role": "info",
|
|
@@ -26360,7 +26563,8 @@
|
|
|
26360
26563
|
"description": "Draws volume trace between iso-min and iso-max values with coordinates given by four 1-dimensional arrays containing the `value`, `x`, `y` and `z` of every vertex of a uniform or non-uniform 3-D grid. Horizontal or vertical slices, caps as well as spaceframe between iso-min and iso-max values could also be drawn using this trace."
|
|
26361
26564
|
},
|
|
26362
26565
|
"categories": [
|
|
26363
|
-
"gl3d"
|
|
26566
|
+
"gl3d",
|
|
26567
|
+
"showLegend"
|
|
26364
26568
|
],
|
|
26365
26569
|
"animatable": false,
|
|
26366
26570
|
"type": "volume",
|
|
@@ -26378,6 +26582,13 @@
|
|
|
26378
26582
|
"editType": "calc",
|
|
26379
26583
|
"description": "Determines whether or not this trace is visible. If *legendonly*, the trace is not drawn, but can appear as a legend item (provided that the legend itself is visible)."
|
|
26380
26584
|
},
|
|
26585
|
+
"legendgroup": {
|
|
26586
|
+
"valType": "string",
|
|
26587
|
+
"role": "info",
|
|
26588
|
+
"dflt": "",
|
|
26589
|
+
"editType": "style",
|
|
26590
|
+
"description": "Sets the legend group for this trace. Traces part of the same legend group hide/show at the same time when toggling legend items."
|
|
26591
|
+
},
|
|
26381
26592
|
"name": {
|
|
26382
26593
|
"valType": "string",
|
|
26383
26594
|
"role": "info",
|
|
@@ -27576,6 +27787,13 @@
|
|
|
27576
27787
|
"editType": "calc",
|
|
27577
27788
|
"description": "Determines which trace information appear on hover. If `none` or `skip` are set, no information is displayed upon hovering. But, if `none` is set, click and hover events are still fired."
|
|
27578
27789
|
},
|
|
27790
|
+
"showlegend": {
|
|
27791
|
+
"valType": "boolean",
|
|
27792
|
+
"role": "info",
|
|
27793
|
+
"dflt": false,
|
|
27794
|
+
"editType": "calc",
|
|
27795
|
+
"description": "Determines whether or not an item corresponding to this trace is shown in the legend."
|
|
27796
|
+
},
|
|
27579
27797
|
"scene": {
|
|
27580
27798
|
"valType": "subplotid",
|
|
27581
27799
|
"role": "info",
|
|
@@ -27656,7 +27874,8 @@
|
|
|
27656
27874
|
"description": "Draws sets of triangles with coordinates given by three 1-dimensional arrays in `x`, `y`, `z` and (1) a sets of `i`, `j`, `k` indices (2) Delaunay triangulation or (3) the Alpha-shape algorithm or (4) the Convex-hull algorithm"
|
|
27657
27875
|
},
|
|
27658
27876
|
"categories": [
|
|
27659
|
-
"gl3d"
|
|
27877
|
+
"gl3d",
|
|
27878
|
+
"showLegend"
|
|
27660
27879
|
],
|
|
27661
27880
|
"animatable": false,
|
|
27662
27881
|
"type": "mesh3d",
|
|
@@ -27674,6 +27893,13 @@
|
|
|
27674
27893
|
"editType": "calc",
|
|
27675
27894
|
"description": "Determines whether or not this trace is visible. If *legendonly*, the trace is not drawn, but can appear as a legend item (provided that the legend itself is visible)."
|
|
27676
27895
|
},
|
|
27896
|
+
"legendgroup": {
|
|
27897
|
+
"valType": "string",
|
|
27898
|
+
"role": "info",
|
|
27899
|
+
"dflt": "",
|
|
27900
|
+
"editType": "style",
|
|
27901
|
+
"description": "Sets the legend group for this trace. Traces part of the same legend group hide/show at the same time when toggling legend items."
|
|
27902
|
+
},
|
|
27677
27903
|
"name": {
|
|
27678
27904
|
"valType": "string",
|
|
27679
27905
|
"role": "info",
|
|
@@ -27923,9 +28149,20 @@
|
|
|
27923
28149
|
"intensity": {
|
|
27924
28150
|
"valType": "data_array",
|
|
27925
28151
|
"editType": "calc",
|
|
27926
|
-
"description": "Sets the
|
|
28152
|
+
"description": "Sets the intensity values for vertices or cells as defined by `intensitymode`. It can be used for plotting fields on meshes.",
|
|
27927
28153
|
"role": "data"
|
|
27928
28154
|
},
|
|
28155
|
+
"intensitymode": {
|
|
28156
|
+
"valType": "enumerated",
|
|
28157
|
+
"values": [
|
|
28158
|
+
"vertex",
|
|
28159
|
+
"cell"
|
|
28160
|
+
],
|
|
28161
|
+
"dflt": "vertex",
|
|
28162
|
+
"editType": "calc",
|
|
28163
|
+
"role": "info",
|
|
28164
|
+
"description": "Determines the source of `intensity` values."
|
|
28165
|
+
},
|
|
27929
28166
|
"color": {
|
|
27930
28167
|
"valType": "color",
|
|
27931
28168
|
"role": "style",
|
|
@@ -28675,6 +28912,13 @@
|
|
|
28675
28912
|
"editType": "calc",
|
|
28676
28913
|
"description": "Determines which trace information appear on hover. If `none` or `skip` are set, no information is displayed upon hovering. But, if `none` is set, click and hover events are still fired."
|
|
28677
28914
|
},
|
|
28915
|
+
"showlegend": {
|
|
28916
|
+
"valType": "boolean",
|
|
28917
|
+
"role": "info",
|
|
28918
|
+
"dflt": false,
|
|
28919
|
+
"editType": "style",
|
|
28920
|
+
"description": "Determines whether or not an item corresponding to this trace is shown in the legend."
|
|
28921
|
+
},
|
|
28678
28922
|
"xcalendar": {
|
|
28679
28923
|
"valType": "enumerated",
|
|
28680
28924
|
"values": [
|
|
@@ -28860,7 +29104,8 @@
|
|
|
28860
29104
|
"description": "Use cone traces to visualize vector fields. Specify a vector field using 6 1D arrays, 3 position arrays `x`, `y` and `z` and 3 vector component arrays `u`, `v`, `w`. The cones are drawn exactly at the positions given by `x`, `y` and `z`."
|
|
28861
29105
|
},
|
|
28862
29106
|
"categories": [
|
|
28863
|
-
"gl3d"
|
|
29107
|
+
"gl3d",
|
|
29108
|
+
"showLegend"
|
|
28864
29109
|
],
|
|
28865
29110
|
"animatable": false,
|
|
28866
29111
|
"type": "cone",
|
|
@@ -28878,6 +29123,13 @@
|
|
|
28878
29123
|
"editType": "calc",
|
|
28879
29124
|
"description": "Determines whether or not this trace is visible. If *legendonly*, the trace is not drawn, but can appear as a legend item (provided that the legend itself is visible)."
|
|
28880
29125
|
},
|
|
29126
|
+
"legendgroup": {
|
|
29127
|
+
"valType": "string",
|
|
29128
|
+
"role": "info",
|
|
29129
|
+
"dflt": "",
|
|
29130
|
+
"editType": "style",
|
|
29131
|
+
"description": "Sets the legend group for this trace. Traces part of the same legend group hide/show at the same time when toggling legend items."
|
|
29132
|
+
},
|
|
28881
29133
|
"name": {
|
|
28882
29134
|
"valType": "string",
|
|
28883
29135
|
"role": "info",
|
|
@@ -29136,6 +29388,13 @@
|
|
|
29136
29388
|
"description": "Template string used for rendering the information that appear on hover box. Note that this will override `hoverinfo`. Variables are inserted using %{variable}, for example \"y: %{y}\". Numbers are formatted using d3-format's syntax %{variable:d3-format}, for example \"Price: %{y:$.2f}\". https://github.com/d3/d3-3.x-api-reference/blob/master/Formatting.md#d3_format for details on the formatting syntax. Dates are formatted using d3-time-format's syntax %{variable|d3-time-format}, for example \"Day: %{2019-01-01|%A}\". https://github.com/d3/d3-3.x-api-reference/blob/master/Time-Formatting.md#format for details on the date formatting syntax. The variables available in `hovertemplate` are the ones emitted as event data described at this link https://plot.ly/javascript/plotlyjs-events/#event-data. Additionally, every attributes that can be specified per-point (the ones that are `arrayOk: true`) are available. variable `norm` Anything contained in tag `<extra>` is displayed in the secondary box, for example \"<extra>{fullData.name}</extra>\". To hide the secondary box completely, use an empty tag `<extra></extra>`.",
|
|
29137
29389
|
"arrayOk": true
|
|
29138
29390
|
},
|
|
29391
|
+
"showlegend": {
|
|
29392
|
+
"valType": "boolean",
|
|
29393
|
+
"role": "info",
|
|
29394
|
+
"dflt": false,
|
|
29395
|
+
"editType": "style",
|
|
29396
|
+
"description": "Determines whether or not an item corresponding to this trace is shown in the legend."
|
|
29397
|
+
},
|
|
29139
29398
|
"cauto": {
|
|
29140
29399
|
"valType": "boolean",
|
|
29141
29400
|
"role": "info",
|
|
@@ -29929,7 +30188,8 @@
|
|
|
29929
30188
|
"description": "Use a streamtube trace to visualize flow in a vector field. Specify a vector field using 6 1D arrays of equal length, 3 position arrays `x`, `y` and `z` and 3 vector component arrays `u`, `v`, and `w`. By default, the tubes' starting positions will be cut from the vector field's x-z plane at its minimum y value. To specify your own starting position, use attributes `starts.x`, `starts.y` and `starts.z`. The color is encoded by the norm of (u, v, w), and the local radius by the divergence of (u, v, w)."
|
|
29930
30189
|
},
|
|
29931
30190
|
"categories": [
|
|
29932
|
-
"gl3d"
|
|
30191
|
+
"gl3d",
|
|
30192
|
+
"showLegend"
|
|
29933
30193
|
],
|
|
29934
30194
|
"animatable": false,
|
|
29935
30195
|
"type": "streamtube",
|
|
@@ -29947,6 +30207,13 @@
|
|
|
29947
30207
|
"editType": "calc",
|
|
29948
30208
|
"description": "Determines whether or not this trace is visible. If *legendonly*, the trace is not drawn, but can appear as a legend item (provided that the legend itself is visible)."
|
|
29949
30209
|
},
|
|
30210
|
+
"legendgroup": {
|
|
30211
|
+
"valType": "string",
|
|
30212
|
+
"role": "info",
|
|
30213
|
+
"dflt": "",
|
|
30214
|
+
"editType": "style",
|
|
30215
|
+
"description": "Sets the legend group for this trace. Traces part of the same legend group hide/show at the same time when toggling legend items."
|
|
30216
|
+
},
|
|
29950
30217
|
"name": {
|
|
29951
30218
|
"valType": "string",
|
|
29952
30219
|
"role": "info",
|
|
@@ -30228,6 +30495,13 @@
|
|
|
30228
30495
|
"description": "Template string used for rendering the information that appear on hover box. Note that this will override `hoverinfo`. Variables are inserted using %{variable}, for example \"y: %{y}\". Numbers are formatted using d3-format's syntax %{variable:d3-format}, for example \"Price: %{y:$.2f}\". https://github.com/d3/d3-3.x-api-reference/blob/master/Formatting.md#d3_format for details on the formatting syntax. Dates are formatted using d3-time-format's syntax %{variable|d3-time-format}, for example \"Day: %{2019-01-01|%A}\". https://github.com/d3/d3-3.x-api-reference/blob/master/Time-Formatting.md#format for details on the date formatting syntax. The variables available in `hovertemplate` are the ones emitted as event data described at this link https://plot.ly/javascript/plotlyjs-events/#event-data. Additionally, every attributes that can be specified per-point (the ones that are `arrayOk: true`) are available. variables `tubex`, `tubey`, `tubez`, `tubeu`, `tubev`, `tubew`, `norm` and `divergence`. Anything contained in tag `<extra>` is displayed in the secondary box, for example \"<extra>{fullData.name}</extra>\". To hide the secondary box completely, use an empty tag `<extra></extra>`.",
|
|
30229
30496
|
"arrayOk": true
|
|
30230
30497
|
},
|
|
30498
|
+
"showlegend": {
|
|
30499
|
+
"valType": "boolean",
|
|
30500
|
+
"role": "info",
|
|
30501
|
+
"dflt": false,
|
|
30502
|
+
"editType": "style",
|
|
30503
|
+
"description": "Determines whether or not an item corresponding to this trace is shown in the legend."
|
|
30504
|
+
},
|
|
30231
30505
|
"cauto": {
|
|
30232
30506
|
"valType": "boolean",
|
|
30233
30507
|
"role": "info",
|
|
@@ -31261,13 +31535,27 @@
|
|
|
31261
31535
|
"values": [
|
|
31262
31536
|
"ISO-3",
|
|
31263
31537
|
"USA-states",
|
|
31264
|
-
"country names"
|
|
31538
|
+
"country names",
|
|
31539
|
+
"geojson-id"
|
|
31265
31540
|
],
|
|
31266
31541
|
"role": "info",
|
|
31267
31542
|
"dflt": "ISO-3",
|
|
31268
|
-
"description": "Determines the set of locations used to match entries in `locations` to regions on the map.",
|
|
31543
|
+
"description": "Determines the set of locations used to match entries in `locations` to regions on the map. Values *ISO-3*, *USA-states*, *country names* correspond to features on the base map and value *geojson-id* corresponds to features from a custom GeoJSON linked to the `geojson` attribute.",
|
|
31269
31544
|
"editType": "calc"
|
|
31270
31545
|
},
|
|
31546
|
+
"geojson": {
|
|
31547
|
+
"valType": "any",
|
|
31548
|
+
"role": "info",
|
|
31549
|
+
"editType": "calc",
|
|
31550
|
+
"description": "Sets optional GeoJSON data associated with this trace. If not given, the features on the base map are used when `locations` is set. It can be set as a valid GeoJSON object or as a URL string. Note that we only accept GeoJSONs of type *FeatureCollection* or *Feature* with geometries of type *Polygon* or *MultiPolygon*."
|
|
31551
|
+
},
|
|
31552
|
+
"featureidkey": {
|
|
31553
|
+
"valType": "string",
|
|
31554
|
+
"role": "info",
|
|
31555
|
+
"editType": "calc",
|
|
31556
|
+
"dflt": "id",
|
|
31557
|
+
"description": "Sets the key in GeoJSON features which is used as id to match the items included in the `locations` array. Only has an effect when `geojson` is set. Support nested property, for example *properties.name*."
|
|
31558
|
+
},
|
|
31271
31559
|
"mode": {
|
|
31272
31560
|
"valType": "flaglist",
|
|
31273
31561
|
"flags": [
|
|
@@ -32701,7 +32989,8 @@
|
|
|
32701
32989
|
},
|
|
32702
32990
|
"categories": [
|
|
32703
32991
|
"geo",
|
|
32704
|
-
"noOpacity"
|
|
32992
|
+
"noOpacity",
|
|
32993
|
+
"showLegend"
|
|
32705
32994
|
],
|
|
32706
32995
|
"animatable": false,
|
|
32707
32996
|
"type": "choropleth",
|
|
@@ -32719,6 +33008,13 @@
|
|
|
32719
33008
|
"editType": "calc",
|
|
32720
33009
|
"description": "Determines whether or not this trace is visible. If *legendonly*, the trace is not drawn, but can appear as a legend item (provided that the legend itself is visible)."
|
|
32721
33010
|
},
|
|
33011
|
+
"legendgroup": {
|
|
33012
|
+
"valType": "string",
|
|
33013
|
+
"role": "info",
|
|
33014
|
+
"dflt": "",
|
|
33015
|
+
"editType": "style",
|
|
33016
|
+
"description": "Sets the legend group for this trace. Traces part of the same legend group hide/show at the same time when toggling legend items."
|
|
33017
|
+
},
|
|
32722
33018
|
"name": {
|
|
32723
33019
|
"valType": "string",
|
|
32724
33020
|
"role": "info",
|
|
@@ -32913,11 +33209,12 @@
|
|
|
32913
33209
|
"values": [
|
|
32914
33210
|
"ISO-3",
|
|
32915
33211
|
"USA-states",
|
|
32916
|
-
"country names"
|
|
33212
|
+
"country names",
|
|
33213
|
+
"geojson-id"
|
|
32917
33214
|
],
|
|
32918
33215
|
"role": "info",
|
|
32919
33216
|
"dflt": "ISO-3",
|
|
32920
|
-
"description": "Determines the set of locations used to match entries in `locations` to regions on the map.",
|
|
33217
|
+
"description": "Determines the set of locations used to match entries in `locations` to regions on the map. Values *ISO-3*, *USA-states*, *country names* correspond to features on the base map and value *geojson-id* corresponds to features from a custom GeoJSON linked to the `geojson` attribute.",
|
|
32921
33218
|
"editType": "calc"
|
|
32922
33219
|
},
|
|
32923
33220
|
"z": {
|
|
@@ -32926,6 +33223,19 @@
|
|
|
32926
33223
|
"description": "Sets the color values.",
|
|
32927
33224
|
"role": "data"
|
|
32928
33225
|
},
|
|
33226
|
+
"geojson": {
|
|
33227
|
+
"valType": "any",
|
|
33228
|
+
"role": "info",
|
|
33229
|
+
"editType": "calc",
|
|
33230
|
+
"description": "Sets optional GeoJSON data associated with this trace. If not given, the features on the base map are used. It can be set as a valid GeoJSON object or as a URL string. Note that we only accept GeoJSONs of type *FeatureCollection* or *Feature* with geometries of type *Polygon* or *MultiPolygon*."
|
|
33231
|
+
},
|
|
33232
|
+
"featureidkey": {
|
|
33233
|
+
"valType": "string",
|
|
33234
|
+
"role": "info",
|
|
33235
|
+
"editType": "calc",
|
|
33236
|
+
"dflt": "id",
|
|
33237
|
+
"description": "Sets the key in GeoJSON features which is used as id to match the items included in the `locations` array. Only has an effect when `geojson` is set. Support nested property, for example *properties.name*."
|
|
33238
|
+
},
|
|
32929
33239
|
"text": {
|
|
32930
33240
|
"valType": "string",
|
|
32931
33241
|
"role": "info",
|
|
@@ -33054,6 +33364,13 @@
|
|
|
33054
33364
|
"description": "Template string used for rendering the information that appear on hover box. Note that this will override `hoverinfo`. Variables are inserted using %{variable}, for example \"y: %{y}\". Numbers are formatted using d3-format's syntax %{variable:d3-format}, for example \"Price: %{y:$.2f}\". https://github.com/d3/d3-3.x-api-reference/blob/master/Formatting.md#d3_format for details on the formatting syntax. Dates are formatted using d3-time-format's syntax %{variable|d3-time-format}, for example \"Day: %{2019-01-01|%A}\". https://github.com/d3/d3-3.x-api-reference/blob/master/Time-Formatting.md#format for details on the date formatting syntax. The variables available in `hovertemplate` are the ones emitted as event data described at this link https://plot.ly/javascript/plotlyjs-events/#event-data. Additionally, every attributes that can be specified per-point (the ones that are `arrayOk: true`) are available. Anything contained in tag `<extra>` is displayed in the secondary box, for example \"<extra>{fullData.name}</extra>\". To hide the secondary box completely, use an empty tag `<extra></extra>`.",
|
|
33055
33365
|
"arrayOk": true
|
|
33056
33366
|
},
|
|
33367
|
+
"showlegend": {
|
|
33368
|
+
"valType": "boolean",
|
|
33369
|
+
"role": "info",
|
|
33370
|
+
"dflt": false,
|
|
33371
|
+
"editType": "style",
|
|
33372
|
+
"description": "Determines whether or not an item corresponding to this trace is shown in the legend."
|
|
33373
|
+
},
|
|
33057
33374
|
"zauto": {
|
|
33058
33375
|
"valType": "boolean",
|
|
33059
33376
|
"role": "info",
|
|
@@ -41789,7 +42106,8 @@
|
|
|
41789
42106
|
"categories": [
|
|
41790
42107
|
"mapbox",
|
|
41791
42108
|
"gl",
|
|
41792
|
-
"noOpacity"
|
|
42109
|
+
"noOpacity",
|
|
42110
|
+
"showLegend"
|
|
41793
42111
|
],
|
|
41794
42112
|
"animatable": false,
|
|
41795
42113
|
"type": "choroplethmapbox",
|
|
@@ -41807,6 +42125,13 @@
|
|
|
41807
42125
|
"editType": "calc",
|
|
41808
42126
|
"description": "Determines whether or not this trace is visible. If *legendonly*, the trace is not drawn, but can appear as a legend item (provided that the legend itself is visible)."
|
|
41809
42127
|
},
|
|
42128
|
+
"legendgroup": {
|
|
42129
|
+
"valType": "string",
|
|
42130
|
+
"role": "info",
|
|
42131
|
+
"dflt": "",
|
|
42132
|
+
"editType": "style",
|
|
42133
|
+
"description": "Sets the legend group for this trace. Traces part of the same legend group hide/show at the same time when toggling legend items."
|
|
42134
|
+
},
|
|
41810
42135
|
"name": {
|
|
41811
42136
|
"valType": "string",
|
|
41812
42137
|
"role": "info",
|
|
@@ -42006,7 +42331,14 @@
|
|
|
42006
42331
|
"valType": "any",
|
|
42007
42332
|
"role": "info",
|
|
42008
42333
|
"editType": "calc",
|
|
42009
|
-
"description": "Sets the GeoJSON data associated with this trace.
|
|
42334
|
+
"description": "Sets the GeoJSON data associated with this trace. It can be set as a valid GeoJSON object or as a URL string. Note that we only accept GeoJSONs of type *FeatureCollection* or *Feature* with geometries of type *Polygon* or *MultiPolygon*."
|
|
42335
|
+
},
|
|
42336
|
+
"featureidkey": {
|
|
42337
|
+
"valType": "string",
|
|
42338
|
+
"role": "info",
|
|
42339
|
+
"editType": "calc",
|
|
42340
|
+
"dflt": "id",
|
|
42341
|
+
"description": "Sets the key in GeoJSON features which is used as id to match the items included in the `locations` array. Support nested property, for example *properties.name*."
|
|
42010
42342
|
},
|
|
42011
42343
|
"below": {
|
|
42012
42344
|
"valType": "string",
|
|
@@ -42142,6 +42474,13 @@
|
|
|
42142
42474
|
"description": "Template string used for rendering the information that appear on hover box. Note that this will override `hoverinfo`. Variables are inserted using %{variable}, for example \"y: %{y}\". Numbers are formatted using d3-format's syntax %{variable:d3-format}, for example \"Price: %{y:$.2f}\". https://github.com/d3/d3-3.x-api-reference/blob/master/Formatting.md#d3_format for details on the formatting syntax. Dates are formatted using d3-time-format's syntax %{variable|d3-time-format}, for example \"Day: %{2019-01-01|%A}\". https://github.com/d3/d3-3.x-api-reference/blob/master/Time-Formatting.md#format for details on the date formatting syntax. The variables available in `hovertemplate` are the ones emitted as event data described at this link https://plot.ly/javascript/plotlyjs-events/#event-data. Additionally, every attributes that can be specified per-point (the ones that are `arrayOk: true`) are available. variable `properties` Anything contained in tag `<extra>` is displayed in the secondary box, for example \"<extra>{fullData.name}</extra>\". To hide the secondary box completely, use an empty tag `<extra></extra>`.",
|
|
42143
42475
|
"arrayOk": true
|
|
42144
42476
|
},
|
|
42477
|
+
"showlegend": {
|
|
42478
|
+
"valType": "boolean",
|
|
42479
|
+
"role": "info",
|
|
42480
|
+
"dflt": false,
|
|
42481
|
+
"editType": "style",
|
|
42482
|
+
"description": "Determines whether or not an item corresponding to this trace is shown in the legend."
|
|
42483
|
+
},
|
|
42145
42484
|
"zauto": {
|
|
42146
42485
|
"valType": "boolean",
|
|
42147
42486
|
"role": "info",
|
|
@@ -42782,7 +43121,8 @@
|
|
|
42782
43121
|
},
|
|
42783
43122
|
"categories": [
|
|
42784
43123
|
"mapbox",
|
|
42785
|
-
"gl"
|
|
43124
|
+
"gl",
|
|
43125
|
+
"showLegend"
|
|
42786
43126
|
],
|
|
42787
43127
|
"animatable": false,
|
|
42788
43128
|
"type": "densitymapbox",
|
|
@@ -42800,6 +43140,13 @@
|
|
|
42800
43140
|
"editType": "calc",
|
|
42801
43141
|
"description": "Determines whether or not this trace is visible. If *legendonly*, the trace is not drawn, but can appear as a legend item (provided that the legend itself is visible)."
|
|
42802
43142
|
},
|
|
43143
|
+
"legendgroup": {
|
|
43144
|
+
"valType": "string",
|
|
43145
|
+
"role": "info",
|
|
43146
|
+
"dflt": "",
|
|
43147
|
+
"editType": "style",
|
|
43148
|
+
"description": "Sets the legend group for this trace. Traces part of the same legend group hide/show at the same time when toggling legend items."
|
|
43149
|
+
},
|
|
42803
43150
|
"opacity": {
|
|
42804
43151
|
"valType": "number",
|
|
42805
43152
|
"role": "style",
|
|
@@ -43063,6 +43410,13 @@
|
|
|
43063
43410
|
"description": "Template string used for rendering the information that appear on hover box. Note that this will override `hoverinfo`. Variables are inserted using %{variable}, for example \"y: %{y}\". Numbers are formatted using d3-format's syntax %{variable:d3-format}, for example \"Price: %{y:$.2f}\". https://github.com/d3/d3-3.x-api-reference/blob/master/Formatting.md#d3_format for details on the formatting syntax. Dates are formatted using d3-time-format's syntax %{variable|d3-time-format}, for example \"Day: %{2019-01-01|%A}\". https://github.com/d3/d3-3.x-api-reference/blob/master/Time-Formatting.md#format for details on the date formatting syntax. The variables available in `hovertemplate` are the ones emitted as event data described at this link https://plot.ly/javascript/plotlyjs-events/#event-data. Additionally, every attributes that can be specified per-point (the ones that are `arrayOk: true`) are available. Anything contained in tag `<extra>` is displayed in the secondary box, for example \"<extra>{fullData.name}</extra>\". To hide the secondary box completely, use an empty tag `<extra></extra>`.",
|
|
43064
43411
|
"arrayOk": true
|
|
43065
43412
|
},
|
|
43413
|
+
"showlegend": {
|
|
43414
|
+
"valType": "boolean",
|
|
43415
|
+
"role": "info",
|
|
43416
|
+
"dflt": false,
|
|
43417
|
+
"editType": "style",
|
|
43418
|
+
"description": "Determines whether or not an item corresponding to this trace is shown in the legend."
|
|
43419
|
+
},
|
|
43066
43420
|
"zauto": {
|
|
43067
43421
|
"valType": "boolean",
|
|
43068
43422
|
"role": "info",
|
|
@@ -45852,7 +46206,7 @@
|
|
|
45852
46206
|
"dflt": "center",
|
|
45853
46207
|
"role": "style",
|
|
45854
46208
|
"editType": "calc",
|
|
45855
|
-
"description": "Sets the horizontal alignment of the `text` within the box. Has an effect only if `text` spans
|
|
46209
|
+
"description": "Sets the horizontal alignment of the `text` within the box. Has an effect only if `text` spans two or more lines (i.e. `text` contains one or more <br> HTML tags) or if an explicit width is set to override the text width.",
|
|
45856
46210
|
"arrayOk": true
|
|
45857
46211
|
},
|
|
45858
46212
|
"line": {
|
|
@@ -46029,7 +46383,7 @@
|
|
|
46029
46383
|
"dflt": "center",
|
|
46030
46384
|
"role": "style",
|
|
46031
46385
|
"editType": "calc",
|
|
46032
|
-
"description": "Sets the horizontal alignment of the `text` within the box. Has an effect only if `text` spans
|
|
46386
|
+
"description": "Sets the horizontal alignment of the `text` within the box. Has an effect only if `text` spans two or more lines (i.e. `text` contains one or more <br> HTML tags) or if an explicit width is set to override the text width.",
|
|
46033
46387
|
"arrayOk": true
|
|
46034
46388
|
},
|
|
46035
46389
|
"line": {
|
|
@@ -56867,6 +57221,30 @@
|
|
|
56867
57221
|
"editType": "layoutstyle",
|
|
56868
57222
|
"role": "object"
|
|
56869
57223
|
},
|
|
57224
|
+
"uniformtext": {
|
|
57225
|
+
"mode": {
|
|
57226
|
+
"valType": "enumerated",
|
|
57227
|
+
"values": [
|
|
57228
|
+
false,
|
|
57229
|
+
"hide",
|
|
57230
|
+
"show"
|
|
57231
|
+
],
|
|
57232
|
+
"dflt": false,
|
|
57233
|
+
"role": "info",
|
|
57234
|
+
"editType": "plot",
|
|
57235
|
+
"description": "Determines how the font size for various text elements are uniformed between each trace type. If the computed text sizes were smaller than the minimum size defined by `uniformtext.minsize` using *hide* option hides the text; and using *show* option shows the text without further downscaling. Please note that if the size defined by `minsize` is greater than the font size defined by trace, then the `minsize` is used."
|
|
57236
|
+
},
|
|
57237
|
+
"minsize": {
|
|
57238
|
+
"valType": "number",
|
|
57239
|
+
"min": 0,
|
|
57240
|
+
"dflt": 0,
|
|
57241
|
+
"role": "info",
|
|
57242
|
+
"editType": "plot",
|
|
57243
|
+
"description": "Sets the minimum text size between traces of the same type."
|
|
57244
|
+
},
|
|
57245
|
+
"editType": "plot",
|
|
57246
|
+
"role": "object"
|
|
57247
|
+
},
|
|
56870
57248
|
"autosize": {
|
|
56871
57249
|
"valType": "boolean",
|
|
56872
57250
|
"role": "info",
|
|
@@ -56946,14 +57324,14 @@
|
|
|
56946
57324
|
"role": "style",
|
|
56947
57325
|
"dflt": "#fff",
|
|
56948
57326
|
"editType": "plot",
|
|
56949
|
-
"description": "Sets the color of paper where the graph is drawn."
|
|
57327
|
+
"description": "Sets the background color of the paper where the graph is drawn."
|
|
56950
57328
|
},
|
|
56951
57329
|
"plot_bgcolor": {
|
|
56952
57330
|
"valType": "color",
|
|
56953
57331
|
"role": "style",
|
|
56954
57332
|
"dflt": "#fff",
|
|
56955
57333
|
"editType": "layoutstyle",
|
|
56956
|
-
"description": "Sets the color of plotting area in-between x and y axes."
|
|
57334
|
+
"description": "Sets the background color of the plotting area in-between x and y axes."
|
|
56957
57335
|
},
|
|
56958
57336
|
"separators": {
|
|
56959
57337
|
"valType": "string",
|
|
@@ -63019,7 +63397,7 @@
|
|
|
63019
63397
|
"dflt": "center",
|
|
63020
63398
|
"role": "style",
|
|
63021
63399
|
"editType": "calc",
|
|
63022
|
-
"description": "Sets the horizontal alignment of the `text` within the box. Has an effect only if `text` spans
|
|
63400
|
+
"description": "Sets the horizontal alignment of the `text` within the box. Has an effect only if `text` spans two or more lines (i.e. `text` contains one or more <br> HTML tags) or if an explicit width is set to override the text width."
|
|
63023
63401
|
},
|
|
63024
63402
|
"valign": {
|
|
63025
63403
|
"valType": "enumerated",
|
|
@@ -63289,6 +63667,18 @@
|
|
|
63289
63667
|
"editType": "plot",
|
|
63290
63668
|
"role": "object"
|
|
63291
63669
|
},
|
|
63670
|
+
"fitbounds": {
|
|
63671
|
+
"valType": "enumerated",
|
|
63672
|
+
"values": [
|
|
63673
|
+
false,
|
|
63674
|
+
"locations",
|
|
63675
|
+
"geojson"
|
|
63676
|
+
],
|
|
63677
|
+
"dflt": false,
|
|
63678
|
+
"role": "info",
|
|
63679
|
+
"editType": "plot",
|
|
63680
|
+
"description": "Determines if this subplot's view settings are auto-computed to fit trace data. On scoped maps, setting `fitbounds` leads to `center.lon` and `center.lat` getting auto-filled. On maps with a non-clipped projection, setting `fitbounds` leads to `center.lon`, `center.lat`, and `projection.rotation.lon` getting auto-filled. On maps with a clipped projection, setting `fitbounds` leads to `center.lon`, `center.lat`, `projection.rotation.lon`, `projection.rotation.lat`, `lonaxis.range` and `lonaxis.range` getting auto-filled. If *locations*, only the trace's visible locations are considered in the `fitbounds` computations. If *geojson*, the entire trace input `geojson` (if provided) is considered in the `fitbounds` computations, Defaults to *false*."
|
|
63681
|
+
},
|
|
63292
63682
|
"resolution": {
|
|
63293
63683
|
"valType": "enumerated",
|
|
63294
63684
|
"values": [
|
|
@@ -63413,6 +63803,13 @@
|
|
|
63413
63803
|
"editType": "plot",
|
|
63414
63804
|
"role": "object"
|
|
63415
63805
|
},
|
|
63806
|
+
"visible": {
|
|
63807
|
+
"valType": "boolean",
|
|
63808
|
+
"role": "info",
|
|
63809
|
+
"dflt": true,
|
|
63810
|
+
"description": "Sets the default visibility of the base layers.",
|
|
63811
|
+
"editType": "plot"
|
|
63812
|
+
},
|
|
63416
63813
|
"showcoastlines": {
|
|
63417
63814
|
"valType": "boolean",
|
|
63418
63815
|
"role": "info",
|
|
@@ -65605,6 +66002,52 @@
|
|
|
65605
66002
|
"editType": "legend",
|
|
65606
66003
|
"description": "Sets the vertical alignment of the symbols with respect to their associated text."
|
|
65607
66004
|
},
|
|
66005
|
+
"title": {
|
|
66006
|
+
"text": {
|
|
66007
|
+
"valType": "string",
|
|
66008
|
+
"dflt": "",
|
|
66009
|
+
"role": "info",
|
|
66010
|
+
"editType": "legend",
|
|
66011
|
+
"description": "Sets the title of the legend."
|
|
66012
|
+
},
|
|
66013
|
+
"font": {
|
|
66014
|
+
"family": {
|
|
66015
|
+
"valType": "string",
|
|
66016
|
+
"role": "style",
|
|
66017
|
+
"noBlank": true,
|
|
66018
|
+
"strict": true,
|
|
66019
|
+
"editType": "legend",
|
|
66020
|
+
"description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The plotly service (at https://plot.ly or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*,, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*."
|
|
66021
|
+
},
|
|
66022
|
+
"size": {
|
|
66023
|
+
"valType": "number",
|
|
66024
|
+
"role": "style",
|
|
66025
|
+
"min": 1,
|
|
66026
|
+
"editType": "legend"
|
|
66027
|
+
},
|
|
66028
|
+
"color": {
|
|
66029
|
+
"valType": "color",
|
|
66030
|
+
"role": "style",
|
|
66031
|
+
"editType": "legend"
|
|
66032
|
+
},
|
|
66033
|
+
"editType": "legend",
|
|
66034
|
+
"description": "Sets this legend's title font.",
|
|
66035
|
+
"role": "object"
|
|
66036
|
+
},
|
|
66037
|
+
"side": {
|
|
66038
|
+
"valType": "enumerated",
|
|
66039
|
+
"values": [
|
|
66040
|
+
"top",
|
|
66041
|
+
"left",
|
|
66042
|
+
"top left"
|
|
66043
|
+
],
|
|
66044
|
+
"role": "style",
|
|
66045
|
+
"editType": "legend",
|
|
66046
|
+
"description": "Determines the location of legend's title with respect to the legend items. Defaulted to *top* with `orientation` is *h*. Defaulted to *left* with `orientation` is *v*. The *top left* options could be used to expand legend area in both x and y sides."
|
|
66047
|
+
},
|
|
66048
|
+
"editType": "legend",
|
|
66049
|
+
"role": "object"
|
|
66050
|
+
},
|
|
65608
66051
|
"editType": "legend",
|
|
65609
66052
|
"role": "object"
|
|
65610
66053
|
},
|
|
@@ -65690,7 +66133,7 @@
|
|
|
65690
66133
|
"dflt": "center",
|
|
65691
66134
|
"role": "style",
|
|
65692
66135
|
"editType": "arraydraw",
|
|
65693
|
-
"description": "Sets the horizontal alignment of the `text` within the box. Has an effect only if `text` spans
|
|
66136
|
+
"description": "Sets the horizontal alignment of the `text` within the box. Has an effect only if `text` spans two or more lines (i.e. `text` contains one or more <br> HTML tags) or if an explicit width is set to override the text width."
|
|
65694
66137
|
},
|
|
65695
66138
|
"valign": {
|
|
65696
66139
|
"valType": "enumerated",
|
|
@@ -68407,10 +68850,19 @@
|
|
|
68407
68850
|
"description": "Mapbox access token (required to plot mapbox trace types) If using an Mapbox Atlas server, set this option to '' so that plotly.js won't attempt to authenticate to the public Mapbox server."
|
|
68408
68851
|
},
|
|
68409
68852
|
"logging": {
|
|
68410
|
-
"valType": "
|
|
68853
|
+
"valType": "integer",
|
|
68854
|
+
"min": 0,
|
|
68855
|
+
"max": 2,
|
|
68411
68856
|
"dflt": 1,
|
|
68412
68857
|
"description": "Turn all console logging on or off (errors will be thrown) This should ONLY be set via Plotly.setPlotConfig Available levels: 0: no logs 1: warnings and errors, but not informational messages 2: verbose logs"
|
|
68413
68858
|
},
|
|
68859
|
+
"notifyOnLogging": {
|
|
68860
|
+
"valType": "integer",
|
|
68861
|
+
"min": 0,
|
|
68862
|
+
"max": 2,
|
|
68863
|
+
"dflt": 0,
|
|
68864
|
+
"description": "Set on-graph logging (notifier) level This should ONLY be set via Plotly.setPlotConfig Available levels: 0: no on-graph logs 1: warnings and errors, but not informational messages 2: verbose logs"
|
|
68865
|
+
},
|
|
68414
68866
|
"queueLength": {
|
|
68415
68867
|
"valType": "integer",
|
|
68416
68868
|
"min": 0,
|