├── test ├── image │ ├── mocks │ │ ├── empty.json │ │ ├── hist_category.json │ │ ├── hist_003_to_093.json │ │ ├── hist_003_to_1.json │ │ ├── hist_0_to_093.json │ │ ├── hist_0_to_1_midpoints.json │ │ ├── hist_grouped.json │ │ ├── gl3d_delaunay.json │ │ ├── hist_stacked.json │ │ ├── basic_bar.json │ │ ├── pie_simple.json │ │ ├── gl3d_triangle.json │ │ ├── hist_all_integer.json │ │ ├── date_axes.json │ │ ├── axes_free_default.json │ │ ├── axes_reversed.json │ │ ├── hist_almost_integer.json │ │ ├── hist_all_integer_n50.json │ │ ├── pie_label0_dlabel.json │ │ ├── box_plot_jitter.json │ │ ├── tick_prefix_suffix_exponent.json │ │ ├── basic_heatmap.json │ │ ├── percent_error_bar.json │ │ ├── error_bar_horizontal.json │ │ ├── gl2d_date_axes.json │ │ ├── category_dtick_3.json │ │ ├── basic_error_bar.json │ │ ├── geo_first.json │ │ ├── gl3d_marker-color.json │ │ ├── error_bar_asymmetric_constant.json │ │ ├── bar_marker_array.json │ │ ├── gl3d_scatter-date.json │ │ ├── bubble_markersize0.json │ │ ├── heatmap_autocolor_negative.json │ │ ├── heatmap_autocolor_positive.json │ │ ├── axes_range_mode.json │ │ ├── bar_stackto1.json │ │ ├── gl2d_error_bar_horizontal.json │ │ ├── basic_line.json │ │ ├── basic_area.json │ │ ├── gl3d_log-axis.json │ │ ├── hist_summed.json │ │ ├── gl2d_basic_error_bar.json │ │ ├── gl2d_error_bar_asymmetric_constant.json │ │ ├── colorbar_tick_prefix_suffix.json │ │ ├── box_with-empty-1st-trace.json │ │ ├── show_legend.json │ │ ├── global_font.json │ │ ├── colorbar_tickformat.json │ │ ├── error_bar_asymmetric_array.json │ │ ├── bar_group_percent.json │ │ ├── tickformat.json │ │ ├── bar_stackto100_negative.json │ │ ├── gl2d_axes_range_mode.json │ │ ├── contour_nolines.json │ │ ├── gl3d_log-axis-big.json │ │ ├── pie_style.json │ │ ├── tick_prefix_suffix.json │ │ ├── bar_line.json │ │ ├── pseudo_html.json │ │ ├── gl3d_multi-scene.json │ │ ├── size_margins.json │ │ ├── labelled_heatmap.json │ │ ├── grouped_bar.json │ │ ├── stacked_bar.json │ │ ├── simple_inset.json │ │ ├── simple_subplot.json │ │ ├── custom_size_subplot.json │ │ ├── gl2d_show_legend.json │ │ ├── gl2d_global_font.json │ │ ├── line_scatter.json │ │ ├── gl2d_error_bar_asymmetric_array.json │ │ ├── hist2d_summed.json │ │ ├── pie_labels_colors_text.json │ │ ├── gl3d_autorange-zero.json │ │ ├── legend_labels.json │ │ ├── colorbar_enumerated_ticks.json │ │ ├── scatter_fill_no_opacity.json │ │ ├── multiple_axes_double.json │ │ ├── multiple_axes_multiple.json │ │ ├── gl2d_size_margins.json │ │ ├── legend_inside.json │ │ ├── error_bar_bar.json │ │ ├── geo_europe-bubbles.json │ │ ├── axes_range_type.json │ │ ├── geo_multi-geos.json │ │ ├── axes_range_manual.json │ │ ├── gl2d_simple_inset.json │ │ ├── heatmap-reverse-autocolorscale.json │ │ ├── line_grid_width.json │ │ ├── tick_attributes.json │ │ ├── hist_valid_ses_y.json │ │ ├── stacked_coupled_subplots.json │ │ ├── gl3d_autocolorscale.json │ │ ├── text_chart_single-string.json │ │ ├── legend_outside.json │ │ ├── axes_enumerated_ticks.json │ │ └── legend_visibility.json │ ├── baselines │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── 8.png │ │ ├── 10.png │ │ ├── 11.png │ │ ├── 12.png │ │ ├── 13.png │ │ ├── 14.png │ │ ├── 15.png │ │ ├── 16.png │ │ ├── 17.png │ │ ├── 18.png │ │ ├── 19.png │ │ ├── 20.png │ │ ├── 21.png │ │ ├── 22.png │ │ ├── 23.png │ │ ├── 24.png │ │ ├── 25.png │ │ ├── 26.png │ │ ├── 27.png │ │ ├── 28.png │ │ ├── 29.png │ │ ├── 30.png │ │ ├── 31.png │ │ ├── 32.png │ │ ├── empty.png │ │ ├── fonts.png │ │ ├── shapes.png │ │ ├── bar_line.png │ │ ├── basic_bar.png │ │ ├── chinese.png │ │ ├── date_axes.png │ │ ├── geo_first.png │ │ ├── gl2d_10.png │ │ ├── gl2d_12.png │ │ ├── gl2d_14.png │ │ ├── gl2d_17.png │ │ ├── gl2d_22.png │ │ ├── gl2d_24.png │ │ ├── gl2d_28.png │ │ ├── gl2d_30.png │ │ ├── gl2d_32.png │ │ ├── japanese.png │ │ ├── pie_fonts.png │ │ ├── pie_style.png │ │ ├── simple-3d.png │ │ ├── style_bar.png │ │ ├── Hot_heatmap.png │ │ ├── Jet_heatmap.png │ │ ├── annotations.png │ │ ├── axes-ticks.png │ │ ├── axes_labels.png │ │ ├── axes_lines.png │ │ ├── basic_area.png │ │ ├── basic_line.png │ │ ├── benchmarks.png │ │ ├── box_grouped.png │ │ ├── bubblechart.png │ │ ├── geo_second.png │ │ ├── gl2d_fonts.png │ │ ├── gl3d_bunny.png │ │ ├── global_font.png │ │ ├── grouped_bar.png │ │ ├── hist_summed.png │ │ ├── legendgroup.png │ │ ├── line_style.png │ │ ├── pie_simple.png │ │ ├── polar_line.png │ │ ├── pseudo_html.png │ │ ├── show_legend.png │ │ ├── stacked_bar.png │ │ ├── tickformat.png │ │ ├── Earth_heatmap.png │ │ ├── Greens_heatmap.png │ │ ├── Greys_heatmap.png │ │ ├── Picnic_heatmap.png │ │ ├── RdBu_heatmap.png │ │ ├── YIGnBu_heatmap.png │ │ ├── YIOrRd_heatmap.png │ │ ├── axes_booleans.png │ │ ├── axes_reversed.png │ │ ├── bar_stackto1.png │ │ ├── basic_heatmap.png │ │ ├── connectgaps_2d.png │ │ ├── date_histogram.png │ │ ├── error_bar_bar.png │ │ ├── font-wishlist.png │ │ ├── geo_bg-color.png │ │ ├── geo_big-frame.png │ │ ├── geo_legendonly.png │ │ ├── geo_multi-geos.png │ │ ├── geo_usa-states.png │ │ ├── gl2d_date_axes.png │ │ ├── gl3d_cufflinks.png │ │ ├── gl3d_delaunay.png │ │ ├── gl3d_ibm-plot.png │ │ ├── gl3d_log-axis.png │ │ ├── gl3d_nan-holes.png │ │ ├── gl3d_ribbons.png │ │ ├── gl3d_snowden.png │ │ ├── gl3d_triangle.png │ │ ├── gl3d_z-range.png │ │ ├── hist2d_summed.png │ │ ├── hist_003_to_1.png │ │ ├── hist_0_to_093.png │ │ ├── hist_category.png │ │ ├── hist_grouped.png │ │ ├── hist_stacked.png │ │ ├── hist_valid_ses.png │ │ ├── legend_inside.png │ │ ├── legend_labels.png │ │ ├── legend_outside.png │ │ ├── legend_style.png │ │ ├── line_scatter.png │ │ ├── polar_scatter.png │ │ ├── simple_contour.png │ │ ├── simple_inset.png │ │ ├── simple_subplot.png │ │ ├── size_margins.png │ │ ├── styling_names.png │ │ ├── Bluered_heatmap.png │ │ ├── Electric_heatmap.png │ │ ├── Portland_heatmap.png │ │ ├── Viridis_heatmap.png │ │ ├── axes_range_mode.png │ │ ├── axes_range_type.png │ │ ├── bar_marker_array.png │ │ ├── basic_error_bar.png │ │ ├── box_grouped_horz.png │ │ ├── box_plot_jitter.png │ │ ├── category_dtick_3.png │ │ ├── contour_nolines.png │ │ ├── contour_scatter.png │ │ ├── error_bar_style.png │ │ ├── geo_kavrayskiy7.png │ │ ├── geo_orthographic.png │ │ ├── gl2d_axes_labels.png │ │ ├── gl2d_axes_lines.png │ │ ├── gl2d_global_font.png │ │ ├── gl2d_line_style.png │ │ ├── gl2d_show_legend.png │ │ ├── gl3d_bunny-hull.png │ │ ├── gl3d_convex-hull.png │ │ ├── gl3d_multi-scene.png │ │ ├── hist_003_to_093.png │ │ ├── hist_all_integer.png │ │ ├── hist_valid_ses_y.png │ │ ├── labelled_heatmap.png │ │ ├── line_grid_color.png │ │ ├── line_grid_width.png │ │ ├── pie_style_arrays.png │ │ ├── polar_area_chart.png │ │ ├── stacked_subplots.png │ │ ├── text_chart_basic.png │ │ ├── tick_attributes.png │ │ ├── Blackbody_heatmap.png │ │ ├── axes-autotype-empty.png │ │ ├── axes_free_default.png │ │ ├── axes_range_manual.png │ │ ├── bar_group_percent.png │ │ ├── bubble_markersize0.png │ │ ├── colorbar_tickformat.png │ │ ├── contour_match_edges.png │ │ ├── contour_transposed.png │ │ ├── contour_valid_ses.png │ │ ├── custom_colorscale.png │ │ ├── custom_size_subplot.png │ │ ├── geo_africa-insets.png │ │ ├── geo_bubbles-sizeref.png │ │ ├── geo_canadian-cites.png │ │ ├── geo_choropleth-text.png │ │ ├── geo_choropleth-usa.png │ │ ├── geo_conic-conformal.png │ │ ├── geo_country-names.png │ │ ├── geo_europe-bubbles.png │ │ ├── geo_stereographic.png │ │ ├── gl2d_axes_booleans.png │ │ ├── gl2d_legend_inside.png │ │ ├── gl2d_legend_labels.png │ │ ├── gl2d_legend_outside.png │ │ ├── gl2d_legend_style.png │ │ ├── gl2d_simple_inset.png │ │ ├── gl2d_size_margins.png │ │ ├── gl3d_autocolorscale.png │ │ ├── gl3d_autorange-zero.png │ │ ├── gl3d_chrisp-nan-1.png │ │ ├── gl3d_contour-lines.png │ │ ├── gl3d_log-axis-big.png │ │ ├── gl3d_marker-arrays.png │ │ ├── gl3d_marker-color.png │ │ ├── gl3d_mirror-ticks.png │ │ ├── gl3d_scatter-date.png │ │ ├── gl3d_text-weirdness.png │ │ ├── gl3d_wire-surface.png │ │ ├── hist_almost_integer.png │ │ ├── legend_visibility.png │ │ ├── multiple_subplots.png │ │ ├── percent_error_bar.png │ │ ├── pie_label0_dlabel.png │ │ ├── pie_sort_direction.png │ │ ├── simple_annotation.png │ │ ├── text_chart_arrays.png │ │ ├── text_chart_styling.png │ │ ├── tick_prefix_suffix.png │ │ ├── titles-avoid-labels.png │ │ ├── annotations-autorange.png │ │ ├── axes_enumerated_ticks.png │ │ ├── basic-figure-to-image.png │ │ ├── error_bar_horizontal.png │ │ ├── geo_custom-colorscale.png │ │ ├── geo_text_chart_arrays.png │ │ ├── gl2d_axes_range_mode.png │ │ ├── gl2d_axes_range_type.png │ │ ├── gl2d_basic_error_bar.png │ │ ├── gl2d_error_bar_style.png │ │ ├── gl2d_stacked_subplots.png │ │ ├── gl3d_opacity-surface.png │ │ ├── gl3d_surface-lighting.png │ │ ├── gl3d_xy-defined-ticks.png │ │ ├── hist_0_to_1_midpoints.png │ │ ├── hist_all_integer_n50.png │ │ ├── legendgroup_bar-stack.png │ │ ├── multiple_axes_double.png │ │ ├── shared_axes_subplots.png │ │ ├── bar-colorscale-colorbar.png │ │ ├── bar_stackto100_negative.png │ │ ├── box_with-empty-1st-trace.png │ │ ├── boxplots_undefined_vals.png │ │ ├── bubble_nonnumeric-sizes.png │ │ ├── geo_bubbles-colorscales.png │ │ ├── geo_scattergeo-locations.png │ │ ├── gl2d_axes_range_manual.png │ │ ├── gl2d_bubble_markersize0.png │ │ ├── gl2d_multiple_subplots.png │ │ ├── gl3d_projection-traces.png │ │ ├── multiple_axes_multiple.png │ │ ├── pie_labels_colors_text.png │ │ ├── scatter_fill_no_opacity.png │ │ ├── stacked_coupled_subplots.png │ │ ├── text_chart_single-string.png │ │ ├── autorange-tozero-rangemode.png │ │ ├── boxplots_outlierColorDflt.png │ │ ├── colorbar_enumerated_ticks.png │ │ ├── contour_xyz-gaps-on-sides.png │ │ ├── error_bar_asymmetric_array.png │ │ ├── gl2d_error_bar_horizontal.png │ │ ├── gl3d_scatter3d-colorscale.png │ │ ├── heatmap_autocolor_negative.png │ │ ├── heatmap_autocolor_positive.png │ │ ├── heatmap_xyz-gaps-on-sides.png │ │ ├── text_chart_invalid-arrays.png │ │ ├── 2dhistogram_contour_subplots.png │ │ ├── bar-marker-line-colorscales.png │ │ ├── colorbar_tick_prefix_suffix.png │ │ ├── contour_transposed-irregular.png │ │ ├── error_bar_asymmetric_constant.png │ │ ├── geo_country-names-text-chart.png │ │ ├── geo_multiple-usa-choropleths.png │ │ ├── gl2d_bubble_nonnumeric-sizes.png │ │ ├── gl2d_stacked_coupled_subplots.png │ │ ├── gl3d_opacity-scaling-spikes.png │ │ ├── pie_scale_textpos_hideslices.png │ │ ├── scatter-colorscale-colorbar.png │ │ ├── tick_prefix_suffix_exponent.png │ │ ├── gl2d_error_bar_asymmetric_array.png │ │ ├── heatmap-reverse-autocolorscale.png │ │ ├── scatter-marker-line-colorscales.png │ │ ├── gl2d_error_bar_asymmetric_constant.png │ │ ├── gl2d_scatter-colorscale-colorbar.png │ │ ├── heatmap_xyz-dates-and-categories.png │ │ └── gl2d_scatter-marker-line-colorscales.png │ └── index.html └── jasmine │ └── karma.ciconf.js ├── .gitignore ├── .npmignore ├── src ├── fonts │ ├── ploticon │ │ ├── ploticon.eot │ │ ├── ploticon.ttf │ │ └── ploticon.woff │ └── mathjax_config.js ├── constants │ ├── gl2d_dashes.json │ ├── gl_markers.json │ └── gl3d_dashes.json ├── css │ ├── _mixins.scss │ ├── style.scss │ ├── _vars.scss │ ├── _cursor.scss │ ├── _base.scss │ └── _notifier.scss ├── assets │ └── geo_assets.js ├── lib │ ├── array_to_calc_item.js │ ├── str2rgbarray.js │ ├── is_plain_object.js │ └── topojson_utils.js ├── plots │ ├── geo │ │ ├── layout │ │ │ ├── index.js │ │ │ └── attributes.js │ │ └── zoom_reset.js │ ├── polar │ │ └── area_attributes.js │ ├── gl3d │ │ ├── project.js │ │ └── layout │ │ │ └── attributes.js │ └── cartesian │ │ └── attributes.js ├── plot_api │ └── set_plot_config.js ├── traces │ ├── mesh3d │ │ └── index.js │ ├── choropleth │ │ └── index.js │ ├── scattergl │ │ └── index.js │ └── scattergeo │ │ └── index.js └── components │ └── color │ └── attributes.js ├── dist ├── extras │ └── mathjax │ │ ├── images │ │ ├── CloseX-31.png │ │ └── MenuArrow-15.png │ │ └── jax │ │ ├── element │ │ └── mml │ │ │ └── optable │ │ │ ├── GreekAndCoptic.js │ │ │ ├── CombDiacritMarks.js │ │ │ ├── Dingbats.js │ │ │ ├── LetterlikeSymbols.js │ │ │ ├── CombDiactForSymbols.js │ │ │ ├── Latin1Supplement.js │ │ │ ├── MiscSymbolsAndArrows.js │ │ │ ├── SpacingModLetters.js │ │ │ ├── MiscMathSymbolsA.js │ │ │ ├── MiscTechnical.js │ │ │ └── SupplementalArrowsA.js │ │ ├── output │ │ └── SVG │ │ │ └── fonts │ │ │ └── TeX │ │ │ ├── Main │ │ │ ├── Regular │ │ │ │ └── MathOperators.js │ │ │ └── Italic │ │ │ │ └── MathOperators.js │ │ │ ├── Fraktur │ │ │ ├── Regular │ │ │ │ └── Main.js │ │ │ └── Bold │ │ │ │ └── Main.js │ │ │ ├── SansSerif │ │ │ ├── Regular │ │ │ │ └── Main.js │ │ │ ├── Bold │ │ │ │ └── Main.js │ │ │ └── Italic │ │ │ │ └── Main.js │ │ │ ├── Typewriter │ │ │ └── Regular │ │ │ │ └── Main.js │ │ │ └── AMS │ │ │ └── Regular │ │ │ └── GeneralPunctuation.js │ │ └── input │ │ ├── MathML │ │ ├── entities │ │ │ ├── j.js │ │ │ ├── w.js │ │ │ ├── q.js │ │ │ ├── k.js │ │ │ ├── y.js │ │ │ └── z.js │ │ └── config.js │ │ └── AsciiMath │ │ └── config.js └── README.md ├── .ackrc ├── tasks ├── watch_plotly.js ├── util │ ├── get_image_request_options.js │ ├── shortcut_paths.js │ ├── compress_attributes.js │ └── format_bundle_msg.js ├── preprocess.js ├── baseline.sh ├── test_image.sh └── cibundle.js ├── devtools └── image_viewer │ └── index.html ├── circle.yml ├── CHANGELOG.md └── LICENSE /test/image/mocks/empty.json: -------------------------------------------------------------------------------- 1 | { 2 | "data": [], 3 | "layout": {} 4 | } 5 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | 3 | build/* 4 | !build/README.md 5 | 6 | npm-debug.log 7 | -------------------------------------------------------------------------------- /test/image/baselines/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/0.png -------------------------------------------------------------------------------- /test/image/baselines/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/1.png -------------------------------------------------------------------------------- /test/image/baselines/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/4.png -------------------------------------------------------------------------------- /test/image/baselines/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/5.png -------------------------------------------------------------------------------- /test/image/baselines/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/6.png -------------------------------------------------------------------------------- /test/image/baselines/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/7.png -------------------------------------------------------------------------------- /test/image/baselines/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/8.png -------------------------------------------------------------------------------- /test/image/baselines/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/10.png -------------------------------------------------------------------------------- /test/image/baselines/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/11.png -------------------------------------------------------------------------------- /test/image/baselines/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/12.png -------------------------------------------------------------------------------- /test/image/baselines/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/13.png -------------------------------------------------------------------------------- /test/image/baselines/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/14.png -------------------------------------------------------------------------------- /test/image/baselines/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/15.png -------------------------------------------------------------------------------- /test/image/baselines/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/16.png -------------------------------------------------------------------------------- /test/image/baselines/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/17.png -------------------------------------------------------------------------------- /test/image/baselines/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/18.png -------------------------------------------------------------------------------- /test/image/baselines/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/19.png -------------------------------------------------------------------------------- /test/image/baselines/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/20.png -------------------------------------------------------------------------------- /test/image/baselines/21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/21.png -------------------------------------------------------------------------------- /test/image/baselines/22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/22.png -------------------------------------------------------------------------------- /test/image/baselines/23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/23.png -------------------------------------------------------------------------------- /test/image/baselines/24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/24.png -------------------------------------------------------------------------------- /test/image/baselines/25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/25.png -------------------------------------------------------------------------------- /test/image/baselines/26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/26.png -------------------------------------------------------------------------------- /test/image/baselines/27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/27.png -------------------------------------------------------------------------------- /test/image/baselines/28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/28.png -------------------------------------------------------------------------------- /test/image/baselines/29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/29.png -------------------------------------------------------------------------------- /test/image/baselines/30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/30.png -------------------------------------------------------------------------------- /test/image/baselines/31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/31.png -------------------------------------------------------------------------------- /test/image/baselines/32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/32.png -------------------------------------------------------------------------------- /.npmignore: -------------------------------------------------------------------------------- 1 | build/* 2 | !build/README.md 3 | 4 | devtools 5 | test 6 | dist/extras/mathjax 7 | 8 | circle.yml 9 | -------------------------------------------------------------------------------- /src/fonts/ploticon/ploticon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/src/fonts/ploticon/ploticon.eot -------------------------------------------------------------------------------- /src/fonts/ploticon/ploticon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/src/fonts/ploticon/ploticon.ttf -------------------------------------------------------------------------------- /test/image/baselines/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/empty.png -------------------------------------------------------------------------------- /test/image/baselines/fonts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/fonts.png -------------------------------------------------------------------------------- /test/image/baselines/shapes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/shapes.png -------------------------------------------------------------------------------- /src/fonts/ploticon/ploticon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/src/fonts/ploticon/ploticon.woff -------------------------------------------------------------------------------- /test/image/baselines/bar_line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/bar_line.png -------------------------------------------------------------------------------- /test/image/baselines/basic_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/basic_bar.png -------------------------------------------------------------------------------- /test/image/baselines/chinese.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/chinese.png -------------------------------------------------------------------------------- /test/image/baselines/date_axes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/date_axes.png -------------------------------------------------------------------------------- /test/image/baselines/geo_first.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/geo_first.png -------------------------------------------------------------------------------- /test/image/baselines/gl2d_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl2d_10.png -------------------------------------------------------------------------------- /test/image/baselines/gl2d_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl2d_12.png -------------------------------------------------------------------------------- /test/image/baselines/gl2d_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl2d_14.png -------------------------------------------------------------------------------- /test/image/baselines/gl2d_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl2d_17.png -------------------------------------------------------------------------------- /test/image/baselines/gl2d_22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl2d_22.png -------------------------------------------------------------------------------- /test/image/baselines/gl2d_24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl2d_24.png -------------------------------------------------------------------------------- /test/image/baselines/gl2d_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl2d_28.png -------------------------------------------------------------------------------- /test/image/baselines/gl2d_30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl2d_30.png -------------------------------------------------------------------------------- /test/image/baselines/gl2d_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl2d_32.png -------------------------------------------------------------------------------- /test/image/baselines/japanese.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/japanese.png -------------------------------------------------------------------------------- /test/image/baselines/pie_fonts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/pie_fonts.png -------------------------------------------------------------------------------- /test/image/baselines/pie_style.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/pie_style.png -------------------------------------------------------------------------------- /test/image/baselines/simple-3d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/simple-3d.png -------------------------------------------------------------------------------- /test/image/baselines/style_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/style_bar.png -------------------------------------------------------------------------------- /test/image/baselines/Hot_heatmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/Hot_heatmap.png -------------------------------------------------------------------------------- /test/image/baselines/Jet_heatmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/Jet_heatmap.png -------------------------------------------------------------------------------- /test/image/baselines/annotations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/annotations.png -------------------------------------------------------------------------------- /test/image/baselines/axes-ticks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/axes-ticks.png -------------------------------------------------------------------------------- /test/image/baselines/axes_labels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/axes_labels.png -------------------------------------------------------------------------------- /test/image/baselines/axes_lines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/axes_lines.png -------------------------------------------------------------------------------- /test/image/baselines/basic_area.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/basic_area.png -------------------------------------------------------------------------------- /test/image/baselines/basic_line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/basic_line.png -------------------------------------------------------------------------------- /test/image/baselines/benchmarks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/benchmarks.png -------------------------------------------------------------------------------- /test/image/baselines/box_grouped.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/box_grouped.png -------------------------------------------------------------------------------- /test/image/baselines/bubblechart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/bubblechart.png -------------------------------------------------------------------------------- /test/image/baselines/geo_second.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/geo_second.png -------------------------------------------------------------------------------- /test/image/baselines/gl2d_fonts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl2d_fonts.png -------------------------------------------------------------------------------- /test/image/baselines/gl3d_bunny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl3d_bunny.png -------------------------------------------------------------------------------- /test/image/baselines/global_font.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/global_font.png -------------------------------------------------------------------------------- /test/image/baselines/grouped_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/grouped_bar.png -------------------------------------------------------------------------------- /test/image/baselines/hist_summed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/hist_summed.png -------------------------------------------------------------------------------- /test/image/baselines/legendgroup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/legendgroup.png -------------------------------------------------------------------------------- /test/image/baselines/line_style.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/line_style.png -------------------------------------------------------------------------------- /test/image/baselines/pie_simple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/pie_simple.png -------------------------------------------------------------------------------- /test/image/baselines/polar_line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/polar_line.png -------------------------------------------------------------------------------- /test/image/baselines/pseudo_html.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/pseudo_html.png -------------------------------------------------------------------------------- /test/image/baselines/show_legend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/show_legend.png -------------------------------------------------------------------------------- /test/image/baselines/stacked_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/stacked_bar.png -------------------------------------------------------------------------------- /test/image/baselines/tickformat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/tickformat.png -------------------------------------------------------------------------------- /test/image/baselines/Earth_heatmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/Earth_heatmap.png -------------------------------------------------------------------------------- /test/image/baselines/Greens_heatmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/Greens_heatmap.png -------------------------------------------------------------------------------- /test/image/baselines/Greys_heatmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/Greys_heatmap.png -------------------------------------------------------------------------------- /test/image/baselines/Picnic_heatmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/Picnic_heatmap.png -------------------------------------------------------------------------------- /test/image/baselines/RdBu_heatmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/RdBu_heatmap.png -------------------------------------------------------------------------------- /test/image/baselines/YIGnBu_heatmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/YIGnBu_heatmap.png -------------------------------------------------------------------------------- /test/image/baselines/YIOrRd_heatmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/YIOrRd_heatmap.png -------------------------------------------------------------------------------- /test/image/baselines/axes_booleans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/axes_booleans.png -------------------------------------------------------------------------------- /test/image/baselines/axes_reversed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/axes_reversed.png -------------------------------------------------------------------------------- /test/image/baselines/bar_stackto1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/bar_stackto1.png -------------------------------------------------------------------------------- /test/image/baselines/basic_heatmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/basic_heatmap.png -------------------------------------------------------------------------------- /test/image/baselines/connectgaps_2d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/connectgaps_2d.png -------------------------------------------------------------------------------- /test/image/baselines/date_histogram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/date_histogram.png -------------------------------------------------------------------------------- /test/image/baselines/error_bar_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/error_bar_bar.png -------------------------------------------------------------------------------- /test/image/baselines/font-wishlist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/font-wishlist.png -------------------------------------------------------------------------------- /test/image/baselines/geo_bg-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/geo_bg-color.png -------------------------------------------------------------------------------- /test/image/baselines/geo_big-frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/geo_big-frame.png -------------------------------------------------------------------------------- /test/image/baselines/geo_legendonly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/geo_legendonly.png -------------------------------------------------------------------------------- /test/image/baselines/geo_multi-geos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/geo_multi-geos.png -------------------------------------------------------------------------------- /test/image/baselines/geo_usa-states.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/geo_usa-states.png -------------------------------------------------------------------------------- /test/image/baselines/gl2d_date_axes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl2d_date_axes.png -------------------------------------------------------------------------------- /test/image/baselines/gl3d_cufflinks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl3d_cufflinks.png -------------------------------------------------------------------------------- /test/image/baselines/gl3d_delaunay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl3d_delaunay.png -------------------------------------------------------------------------------- /test/image/baselines/gl3d_ibm-plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl3d_ibm-plot.png -------------------------------------------------------------------------------- /test/image/baselines/gl3d_log-axis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl3d_log-axis.png -------------------------------------------------------------------------------- /test/image/baselines/gl3d_nan-holes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl3d_nan-holes.png -------------------------------------------------------------------------------- /test/image/baselines/gl3d_ribbons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl3d_ribbons.png -------------------------------------------------------------------------------- /test/image/baselines/gl3d_snowden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl3d_snowden.png -------------------------------------------------------------------------------- /test/image/baselines/gl3d_triangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl3d_triangle.png -------------------------------------------------------------------------------- /test/image/baselines/gl3d_z-range.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl3d_z-range.png -------------------------------------------------------------------------------- /test/image/baselines/hist2d_summed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/hist2d_summed.png -------------------------------------------------------------------------------- /test/image/baselines/hist_003_to_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/hist_003_to_1.png -------------------------------------------------------------------------------- /test/image/baselines/hist_0_to_093.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/hist_0_to_093.png -------------------------------------------------------------------------------- /test/image/baselines/hist_category.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/hist_category.png -------------------------------------------------------------------------------- /test/image/baselines/hist_grouped.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/hist_grouped.png -------------------------------------------------------------------------------- /test/image/baselines/hist_stacked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/hist_stacked.png -------------------------------------------------------------------------------- /test/image/baselines/hist_valid_ses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/hist_valid_ses.png -------------------------------------------------------------------------------- /test/image/baselines/legend_inside.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/legend_inside.png -------------------------------------------------------------------------------- /test/image/baselines/legend_labels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/legend_labels.png -------------------------------------------------------------------------------- /test/image/baselines/legend_outside.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/legend_outside.png -------------------------------------------------------------------------------- /test/image/baselines/legend_style.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/legend_style.png -------------------------------------------------------------------------------- /test/image/baselines/line_scatter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/line_scatter.png -------------------------------------------------------------------------------- /test/image/baselines/polar_scatter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/polar_scatter.png -------------------------------------------------------------------------------- /test/image/baselines/simple_contour.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/simple_contour.png -------------------------------------------------------------------------------- /test/image/baselines/simple_inset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/simple_inset.png -------------------------------------------------------------------------------- /test/image/baselines/simple_subplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/simple_subplot.png -------------------------------------------------------------------------------- /test/image/baselines/size_margins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/size_margins.png -------------------------------------------------------------------------------- /test/image/baselines/styling_names.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/styling_names.png -------------------------------------------------------------------------------- /dist/extras/mathjax/images/CloseX-31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/dist/extras/mathjax/images/CloseX-31.png -------------------------------------------------------------------------------- /test/image/baselines/Bluered_heatmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/Bluered_heatmap.png -------------------------------------------------------------------------------- /test/image/baselines/Electric_heatmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/Electric_heatmap.png -------------------------------------------------------------------------------- /test/image/baselines/Portland_heatmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/Portland_heatmap.png -------------------------------------------------------------------------------- /test/image/baselines/Viridis_heatmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/Viridis_heatmap.png -------------------------------------------------------------------------------- /test/image/baselines/axes_range_mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/axes_range_mode.png -------------------------------------------------------------------------------- /test/image/baselines/axes_range_type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/axes_range_type.png -------------------------------------------------------------------------------- /test/image/baselines/bar_marker_array.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/bar_marker_array.png -------------------------------------------------------------------------------- /test/image/baselines/basic_error_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/basic_error_bar.png -------------------------------------------------------------------------------- /test/image/baselines/box_grouped_horz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/box_grouped_horz.png -------------------------------------------------------------------------------- /test/image/baselines/box_plot_jitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/box_plot_jitter.png -------------------------------------------------------------------------------- /test/image/baselines/category_dtick_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/category_dtick_3.png -------------------------------------------------------------------------------- /test/image/baselines/contour_nolines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/contour_nolines.png -------------------------------------------------------------------------------- /test/image/baselines/contour_scatter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/contour_scatter.png -------------------------------------------------------------------------------- /test/image/baselines/error_bar_style.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/error_bar_style.png -------------------------------------------------------------------------------- /test/image/baselines/geo_kavrayskiy7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/geo_kavrayskiy7.png -------------------------------------------------------------------------------- /test/image/baselines/geo_orthographic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/geo_orthographic.png -------------------------------------------------------------------------------- /test/image/baselines/gl2d_axes_labels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl2d_axes_labels.png -------------------------------------------------------------------------------- /test/image/baselines/gl2d_axes_lines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl2d_axes_lines.png -------------------------------------------------------------------------------- /test/image/baselines/gl2d_global_font.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl2d_global_font.png -------------------------------------------------------------------------------- /test/image/baselines/gl2d_line_style.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl2d_line_style.png -------------------------------------------------------------------------------- /test/image/baselines/gl2d_show_legend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl2d_show_legend.png -------------------------------------------------------------------------------- /test/image/baselines/gl3d_bunny-hull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl3d_bunny-hull.png -------------------------------------------------------------------------------- /test/image/baselines/gl3d_convex-hull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl3d_convex-hull.png -------------------------------------------------------------------------------- /test/image/baselines/gl3d_multi-scene.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl3d_multi-scene.png -------------------------------------------------------------------------------- /test/image/baselines/hist_003_to_093.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/hist_003_to_093.png -------------------------------------------------------------------------------- /test/image/baselines/hist_all_integer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/hist_all_integer.png -------------------------------------------------------------------------------- /test/image/baselines/hist_valid_ses_y.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/hist_valid_ses_y.png -------------------------------------------------------------------------------- /test/image/baselines/labelled_heatmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/labelled_heatmap.png -------------------------------------------------------------------------------- /test/image/baselines/line_grid_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/line_grid_color.png -------------------------------------------------------------------------------- /test/image/baselines/line_grid_width.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/line_grid_width.png -------------------------------------------------------------------------------- /test/image/baselines/pie_style_arrays.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/pie_style_arrays.png -------------------------------------------------------------------------------- /test/image/baselines/polar_area_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/polar_area_chart.png -------------------------------------------------------------------------------- /test/image/baselines/stacked_subplots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/stacked_subplots.png -------------------------------------------------------------------------------- /test/image/baselines/text_chart_basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/text_chart_basic.png -------------------------------------------------------------------------------- /test/image/baselines/tick_attributes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/tick_attributes.png -------------------------------------------------------------------------------- /dist/extras/mathjax/images/MenuArrow-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/dist/extras/mathjax/images/MenuArrow-15.png -------------------------------------------------------------------------------- /test/image/baselines/Blackbody_heatmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/Blackbody_heatmap.png -------------------------------------------------------------------------------- /test/image/baselines/axes-autotype-empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/axes-autotype-empty.png -------------------------------------------------------------------------------- /test/image/baselines/axes_free_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/axes_free_default.png -------------------------------------------------------------------------------- /test/image/baselines/axes_range_manual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/axes_range_manual.png -------------------------------------------------------------------------------- /test/image/baselines/bar_group_percent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/bar_group_percent.png -------------------------------------------------------------------------------- /test/image/baselines/bubble_markersize0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/bubble_markersize0.png -------------------------------------------------------------------------------- /test/image/baselines/colorbar_tickformat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/colorbar_tickformat.png -------------------------------------------------------------------------------- /test/image/baselines/contour_match_edges.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/contour_match_edges.png -------------------------------------------------------------------------------- /test/image/baselines/contour_transposed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/contour_transposed.png -------------------------------------------------------------------------------- /test/image/baselines/contour_valid_ses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/contour_valid_ses.png -------------------------------------------------------------------------------- /test/image/baselines/custom_colorscale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/custom_colorscale.png -------------------------------------------------------------------------------- /test/image/baselines/custom_size_subplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/custom_size_subplot.png -------------------------------------------------------------------------------- /test/image/baselines/geo_africa-insets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/geo_africa-insets.png -------------------------------------------------------------------------------- /test/image/baselines/geo_bubbles-sizeref.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/geo_bubbles-sizeref.png -------------------------------------------------------------------------------- /test/image/baselines/geo_canadian-cites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/geo_canadian-cites.png -------------------------------------------------------------------------------- /test/image/baselines/geo_choropleth-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/geo_choropleth-text.png -------------------------------------------------------------------------------- /test/image/baselines/geo_choropleth-usa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/geo_choropleth-usa.png -------------------------------------------------------------------------------- /test/image/baselines/geo_conic-conformal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/geo_conic-conformal.png -------------------------------------------------------------------------------- /test/image/baselines/geo_country-names.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/geo_country-names.png -------------------------------------------------------------------------------- /test/image/baselines/geo_europe-bubbles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/geo_europe-bubbles.png -------------------------------------------------------------------------------- /test/image/baselines/geo_stereographic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/geo_stereographic.png -------------------------------------------------------------------------------- /test/image/baselines/gl2d_axes_booleans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl2d_axes_booleans.png -------------------------------------------------------------------------------- /test/image/baselines/gl2d_legend_inside.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl2d_legend_inside.png -------------------------------------------------------------------------------- /test/image/baselines/gl2d_legend_labels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl2d_legend_labels.png -------------------------------------------------------------------------------- /test/image/baselines/gl2d_legend_outside.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl2d_legend_outside.png -------------------------------------------------------------------------------- /test/image/baselines/gl2d_legend_style.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl2d_legend_style.png -------------------------------------------------------------------------------- /test/image/baselines/gl2d_simple_inset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl2d_simple_inset.png -------------------------------------------------------------------------------- /test/image/baselines/gl2d_size_margins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl2d_size_margins.png -------------------------------------------------------------------------------- /test/image/baselines/gl3d_autocolorscale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl3d_autocolorscale.png -------------------------------------------------------------------------------- /test/image/baselines/gl3d_autorange-zero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl3d_autorange-zero.png -------------------------------------------------------------------------------- /test/image/baselines/gl3d_chrisp-nan-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl3d_chrisp-nan-1.png -------------------------------------------------------------------------------- /test/image/baselines/gl3d_contour-lines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl3d_contour-lines.png -------------------------------------------------------------------------------- /test/image/baselines/gl3d_log-axis-big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl3d_log-axis-big.png -------------------------------------------------------------------------------- /test/image/baselines/gl3d_marker-arrays.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl3d_marker-arrays.png -------------------------------------------------------------------------------- /test/image/baselines/gl3d_marker-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl3d_marker-color.png -------------------------------------------------------------------------------- /test/image/baselines/gl3d_mirror-ticks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl3d_mirror-ticks.png -------------------------------------------------------------------------------- /test/image/baselines/gl3d_scatter-date.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl3d_scatter-date.png -------------------------------------------------------------------------------- /test/image/baselines/gl3d_text-weirdness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl3d_text-weirdness.png -------------------------------------------------------------------------------- /test/image/baselines/gl3d_wire-surface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl3d_wire-surface.png -------------------------------------------------------------------------------- /test/image/baselines/hist_almost_integer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/hist_almost_integer.png -------------------------------------------------------------------------------- /test/image/baselines/legend_visibility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/legend_visibility.png -------------------------------------------------------------------------------- /test/image/baselines/multiple_subplots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/multiple_subplots.png -------------------------------------------------------------------------------- /test/image/baselines/percent_error_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/percent_error_bar.png -------------------------------------------------------------------------------- /test/image/baselines/pie_label0_dlabel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/pie_label0_dlabel.png -------------------------------------------------------------------------------- /test/image/baselines/pie_sort_direction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/pie_sort_direction.png -------------------------------------------------------------------------------- /test/image/baselines/simple_annotation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/simple_annotation.png -------------------------------------------------------------------------------- /test/image/baselines/text_chart_arrays.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/text_chart_arrays.png -------------------------------------------------------------------------------- /test/image/baselines/text_chart_styling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/text_chart_styling.png -------------------------------------------------------------------------------- /test/image/baselines/tick_prefix_suffix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/tick_prefix_suffix.png -------------------------------------------------------------------------------- /test/image/baselines/titles-avoid-labels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/titles-avoid-labels.png -------------------------------------------------------------------------------- /test/image/baselines/annotations-autorange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/annotations-autorange.png -------------------------------------------------------------------------------- /test/image/baselines/axes_enumerated_ticks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/axes_enumerated_ticks.png -------------------------------------------------------------------------------- /test/image/baselines/basic-figure-to-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/basic-figure-to-image.png -------------------------------------------------------------------------------- /test/image/baselines/error_bar_horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/error_bar_horizontal.png -------------------------------------------------------------------------------- /test/image/baselines/geo_custom-colorscale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/geo_custom-colorscale.png -------------------------------------------------------------------------------- /test/image/baselines/geo_text_chart_arrays.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/geo_text_chart_arrays.png -------------------------------------------------------------------------------- /test/image/baselines/gl2d_axes_range_mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl2d_axes_range_mode.png -------------------------------------------------------------------------------- /test/image/baselines/gl2d_axes_range_type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl2d_axes_range_type.png -------------------------------------------------------------------------------- /test/image/baselines/gl2d_basic_error_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl2d_basic_error_bar.png -------------------------------------------------------------------------------- /test/image/baselines/gl2d_error_bar_style.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl2d_error_bar_style.png -------------------------------------------------------------------------------- /test/image/baselines/gl2d_stacked_subplots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl2d_stacked_subplots.png -------------------------------------------------------------------------------- /test/image/baselines/gl3d_opacity-surface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl3d_opacity-surface.png -------------------------------------------------------------------------------- /test/image/baselines/gl3d_surface-lighting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl3d_surface-lighting.png -------------------------------------------------------------------------------- /test/image/baselines/gl3d_xy-defined-ticks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl3d_xy-defined-ticks.png -------------------------------------------------------------------------------- /test/image/baselines/hist_0_to_1_midpoints.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/hist_0_to_1_midpoints.png -------------------------------------------------------------------------------- /test/image/baselines/hist_all_integer_n50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/hist_all_integer_n50.png -------------------------------------------------------------------------------- /test/image/baselines/legendgroup_bar-stack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/legendgroup_bar-stack.png -------------------------------------------------------------------------------- /test/image/baselines/multiple_axes_double.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/multiple_axes_double.png -------------------------------------------------------------------------------- /test/image/baselines/shared_axes_subplots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/shared_axes_subplots.png -------------------------------------------------------------------------------- /test/image/baselines/bar-colorscale-colorbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/bar-colorscale-colorbar.png -------------------------------------------------------------------------------- /test/image/baselines/bar_stackto100_negative.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/bar_stackto100_negative.png -------------------------------------------------------------------------------- /test/image/baselines/box_with-empty-1st-trace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/box_with-empty-1st-trace.png -------------------------------------------------------------------------------- /test/image/baselines/boxplots_undefined_vals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/boxplots_undefined_vals.png -------------------------------------------------------------------------------- /test/image/baselines/bubble_nonnumeric-sizes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/bubble_nonnumeric-sizes.png -------------------------------------------------------------------------------- /test/image/baselines/geo_bubbles-colorscales.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/geo_bubbles-colorscales.png -------------------------------------------------------------------------------- /test/image/baselines/geo_scattergeo-locations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/geo_scattergeo-locations.png -------------------------------------------------------------------------------- /test/image/baselines/gl2d_axes_range_manual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl2d_axes_range_manual.png -------------------------------------------------------------------------------- /test/image/baselines/gl2d_bubble_markersize0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl2d_bubble_markersize0.png -------------------------------------------------------------------------------- /test/image/baselines/gl2d_multiple_subplots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl2d_multiple_subplots.png -------------------------------------------------------------------------------- /test/image/baselines/gl3d_projection-traces.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl3d_projection-traces.png -------------------------------------------------------------------------------- /test/image/baselines/multiple_axes_multiple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/multiple_axes_multiple.png -------------------------------------------------------------------------------- /test/image/baselines/pie_labels_colors_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/pie_labels_colors_text.png -------------------------------------------------------------------------------- /test/image/baselines/scatter_fill_no_opacity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/scatter_fill_no_opacity.png -------------------------------------------------------------------------------- /test/image/baselines/stacked_coupled_subplots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/stacked_coupled_subplots.png -------------------------------------------------------------------------------- /test/image/baselines/text_chart_single-string.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/text_chart_single-string.png -------------------------------------------------------------------------------- /test/image/baselines/autorange-tozero-rangemode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/autorange-tozero-rangemode.png -------------------------------------------------------------------------------- /test/image/baselines/boxplots_outlierColorDflt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/boxplots_outlierColorDflt.png -------------------------------------------------------------------------------- /test/image/baselines/colorbar_enumerated_ticks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/colorbar_enumerated_ticks.png -------------------------------------------------------------------------------- /test/image/baselines/contour_xyz-gaps-on-sides.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/contour_xyz-gaps-on-sides.png -------------------------------------------------------------------------------- /test/image/baselines/error_bar_asymmetric_array.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/error_bar_asymmetric_array.png -------------------------------------------------------------------------------- /test/image/baselines/gl2d_error_bar_horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl2d_error_bar_horizontal.png -------------------------------------------------------------------------------- /test/image/baselines/gl3d_scatter3d-colorscale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl3d_scatter3d-colorscale.png -------------------------------------------------------------------------------- /test/image/baselines/heatmap_autocolor_negative.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/heatmap_autocolor_negative.png -------------------------------------------------------------------------------- /test/image/baselines/heatmap_autocolor_positive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/heatmap_autocolor_positive.png -------------------------------------------------------------------------------- /test/image/baselines/heatmap_xyz-gaps-on-sides.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/heatmap_xyz-gaps-on-sides.png -------------------------------------------------------------------------------- /test/image/baselines/text_chart_invalid-arrays.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/text_chart_invalid-arrays.png -------------------------------------------------------------------------------- /test/image/mocks/hist_category.json: -------------------------------------------------------------------------------- 1 | {"data":[{"x":["a","b","c","a","b","d","b","c","d"],"type":"histogram"}], 2 | "layout":{"height":300,"width":400}} 3 | -------------------------------------------------------------------------------- /.ackrc: -------------------------------------------------------------------------------- 1 | --ignore-directory=is:dist 2 | --ignore-directory=is:build 3 | --ignore-directory=is:assets 4 | 5 | --ignore-file=ext:svg 6 | --ignore-file=ext:log 7 | -------------------------------------------------------------------------------- /test/image/baselines/2dhistogram_contour_subplots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/2dhistogram_contour_subplots.png -------------------------------------------------------------------------------- /test/image/baselines/bar-marker-line-colorscales.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/bar-marker-line-colorscales.png -------------------------------------------------------------------------------- /test/image/baselines/colorbar_tick_prefix_suffix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/colorbar_tick_prefix_suffix.png -------------------------------------------------------------------------------- /test/image/baselines/contour_transposed-irregular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/contour_transposed-irregular.png -------------------------------------------------------------------------------- /test/image/baselines/error_bar_asymmetric_constant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/error_bar_asymmetric_constant.png -------------------------------------------------------------------------------- /test/image/baselines/geo_country-names-text-chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/geo_country-names-text-chart.png -------------------------------------------------------------------------------- /test/image/baselines/geo_multiple-usa-choropleths.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/geo_multiple-usa-choropleths.png -------------------------------------------------------------------------------- /test/image/baselines/gl2d_bubble_nonnumeric-sizes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl2d_bubble_nonnumeric-sizes.png -------------------------------------------------------------------------------- /test/image/baselines/gl2d_stacked_coupled_subplots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl2d_stacked_coupled_subplots.png -------------------------------------------------------------------------------- /test/image/baselines/gl3d_opacity-scaling-spikes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl3d_opacity-scaling-spikes.png -------------------------------------------------------------------------------- /test/image/baselines/pie_scale_textpos_hideslices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/pie_scale_textpos_hideslices.png -------------------------------------------------------------------------------- /test/image/baselines/scatter-colorscale-colorbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/scatter-colorscale-colorbar.png -------------------------------------------------------------------------------- /test/image/baselines/tick_prefix_suffix_exponent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/tick_prefix_suffix_exponent.png -------------------------------------------------------------------------------- /test/image/baselines/gl2d_error_bar_asymmetric_array.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl2d_error_bar_asymmetric_array.png -------------------------------------------------------------------------------- /test/image/baselines/heatmap-reverse-autocolorscale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/heatmap-reverse-autocolorscale.png -------------------------------------------------------------------------------- /test/image/baselines/scatter-marker-line-colorscales.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/scatter-marker-line-colorscales.png -------------------------------------------------------------------------------- /test/image/baselines/gl2d_error_bar_asymmetric_constant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl2d_error_bar_asymmetric_constant.png -------------------------------------------------------------------------------- /test/image/baselines/gl2d_scatter-colorscale-colorbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl2d_scatter-colorscale-colorbar.png -------------------------------------------------------------------------------- /test/image/baselines/heatmap_xyz-dates-and-categories.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/heatmap_xyz-dates-and-categories.png -------------------------------------------------------------------------------- /test/image/mocks/hist_003_to_093.json: -------------------------------------------------------------------------------- 1 | {"data":[{"x":[0.03,0.13,0.23,0.33,0.43,0.53,0.63,0.73,0.83,0.93],"type":"histogram"}], 2 | "layout":{"height":300,"width":400}} 3 | -------------------------------------------------------------------------------- /test/image/mocks/hist_003_to_1.json: -------------------------------------------------------------------------------- 1 | {"data":[{"x":[0.03,0.13,0.23,0.33,0.43,0.53,0.63,0.73,0.83,0.93,1],"type":"histogram"}], 2 | "layout":{"height":300,"width":400}} 3 | -------------------------------------------------------------------------------- /test/image/mocks/hist_0_to_093.json: -------------------------------------------------------------------------------- 1 | {"data":[{"x":[0,0.03,0.13,0.23,0.33,0.43,0.53,0.63,0.73,0.83,0.93],"type":"histogram"}], 2 | "layout":{"height":300,"width":400}} 3 | -------------------------------------------------------------------------------- /test/image/baselines/gl2d_scatter-marker-line-colorscales.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emackey/plotly.js/master/test/image/baselines/gl2d_scatter-marker-line-colorscales.png -------------------------------------------------------------------------------- /test/image/mocks/hist_0_to_1_midpoints.json: -------------------------------------------------------------------------------- 1 | {"data":[{"x":[0,0.03,0.13,0.25,0.33,0.43,0.53,0.63,0.75,0.83,0.93,1],"type":"histogram"}], 2 | "layout":{"height":300,"width":400}} 3 | -------------------------------------------------------------------------------- /src/constants/gl2d_dashes.json: -------------------------------------------------------------------------------- 1 | { 2 | "solid": [1], 3 | "dot": [1,1], 4 | "dash": [4,1], 5 | "longdash": [8,1], 6 | "dashdot": [4,1,1,1], 7 | "longdashdot": [8,1,1,1] 8 | } 9 | -------------------------------------------------------------------------------- /tasks/watch_plotly.js: -------------------------------------------------------------------------------- 1 | var makeWatchifiedBundle = require('./util/make_watchified_bundle'); 2 | 3 | // make watchified bundle and run it! 4 | var watchifiedBundle = makeWatchifiedBundle(function() {}); 5 | watchifiedBundle(); 6 | -------------------------------------------------------------------------------- /src/constants/gl_markers.json: -------------------------------------------------------------------------------- 1 | { 2 | "circle": "●", 3 | "circle-open": "○", 4 | "square": "■", 5 | "square-open": "□", 6 | "diamond": "◆", 7 | "diamond-open": "◇", 8 | "cross": "+", 9 | "x": "❌" 10 | } 11 | -------------------------------------------------------------------------------- /src/css/_mixins.scss: -------------------------------------------------------------------------------- 1 | // Vendor prefixer mixin. 2 | @mixin vendor($property, $value) { 3 | -webkit-#{$property}: $value; 4 | -moz-#{$property}: $value; 5 | -ms-#{$property}: $value; 6 | -o-#{$property}: $value; 7 | #{$property}: $value; 8 | } 9 | -------------------------------------------------------------------------------- /src/constants/gl3d_dashes.json: -------------------------------------------------------------------------------- 1 | { 2 | "solid": [[], 0], 3 | "dot": [[0.5,1], 200], 4 | "dash": [[0.5,1], 50], 5 | "longdash": [[0.5,1], 10], 6 | "dashdot": [[0.5,0.625,0.875,1], 50], 7 | "longdashdot": [[0.5,0.7,0.8,1], 10] 8 | } -------------------------------------------------------------------------------- /test/image/mocks/hist_grouped.json: -------------------------------------------------------------------------------- 1 | { 2 | "data":[{ 3 | "x":["1","2","3","4"], 4 | "type":"histogram" 5 | },{ 6 | "x":["1","2","3","4"], 7 | "type":"histogram" 8 | }], 9 | "layout":{"height":300,"width":400} 10 | } 11 | -------------------------------------------------------------------------------- /src/css/style.scss: -------------------------------------------------------------------------------- 1 | @import "vars.scss"; 2 | 3 | .js-plotly-plot .plotly { 4 | @import "mixins.scss"; 5 | @import "base.scss"; 6 | @import "cursor.scss"; 7 | @import "modebar.scss"; 8 | @import "tooltip.scss"; 9 | } 10 | @import "notifier.scss"; 11 | -------------------------------------------------------------------------------- /test/image/mocks/gl3d_delaunay.json: -------------------------------------------------------------------------------- 1 | { 2 | "data": [ 3 | { 4 | "type":"mesh3d", 5 | "y":[0, 1, 2], 6 | "x":[1, 2, 0], 7 | "z":[2, 0, 1], 8 | "delaunayaxis": "x" 9 | }], 10 | "layout": { 11 | "title": "Delaunay axis" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /test/image/mocks/hist_stacked.json: -------------------------------------------------------------------------------- 1 | { 2 | "data":[{ 3 | "x":["1","2","3","4"], 4 | "type":"histogram" 5 | },{ 6 | "x":["1","2","3","4"], 7 | "type":"histogram" 8 | }], 9 | "layout":{"height":300,"width":400,"barmode":"stack"} 10 | } 11 | -------------------------------------------------------------------------------- /test/image/mocks/basic_bar.json: -------------------------------------------------------------------------------- 1 | { 2 | "data": [ 3 | { 4 | "x": [ 5 | "giraffes", 6 | "orangutans", 7 | "monkeys" 8 | ], 9 | "y": [ 10 | 20, 11 | 14, 12 | 23 13 | ], 14 | "type": "bar" 15 | } 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /test/image/mocks/pie_simple.json: -------------------------------------------------------------------------------- 1 | { 2 | "data": [ 3 | { 4 | "values": [ 5 | 1, 6 | 2, 7 | 3, 8 | 4, 9 | 5 10 | ], 11 | "type": "pie" 12 | } 13 | ], 14 | "layout": { 15 | "height": 300, 16 | "width": 400 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /test/image/mocks/gl3d_triangle.json: -------------------------------------------------------------------------------- 1 | { 2 | "data": [ 3 | { 4 | "type":"mesh3d", 5 | "y":[0, 1, 2], 6 | "x":[1, 2, 0], 7 | "z":[2, 0, 1], 8 | "i":[0], 9 | "j":[1], 10 | "k":[2] 11 | }], 12 | "layout": { 13 | "title": "Triangle mesh" 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /test/image/mocks/hist_all_integer.json: -------------------------------------------------------------------------------- 1 | { 2 | "data":[{ 3 | "x":["1","2","3","1","2","4","2","3","4","1","2","3","1","2","3","1","2","3","1","2","3","1","2","3","1","2","3","2","3","4","2","3","4","2","3","4","2","3","4"], 4 | "type":"histogram" 5 | }], 6 | "layout":{"height":300,"width":400} 7 | } 8 | -------------------------------------------------------------------------------- /test/image/mocks/date_axes.json: -------------------------------------------------------------------------------- 1 | { 2 | "data": [ 3 | { 4 | "x": [ 5 | "2013-10-04 22:23:00", 6 | "2013-11-04 22:23:00", 7 | "2013-12-04 22:23:00" 8 | ], 9 | "y": [ 10 | 1, 11 | 3, 12 | 6 13 | ], 14 | "type": "scatter" 15 | } 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /test/image/mocks/axes_free_default.json: -------------------------------------------------------------------------------- 1 | { 2 | "data":[{"x": [1, 2], "y": [1, 2]}], 3 | "layout": { 4 | "xaxis": { 5 | "anchor": "free", 6 | "side": "top" 7 | }, 8 | "yaxis": { 9 | "anchor": "free", 10 | "side": "right" 11 | }, 12 | "width": 400, 13 | "height": 400 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /test/image/mocks/axes_reversed.json: -------------------------------------------------------------------------------- 1 | { 2 | "data": [ 3 | { 4 | "x": [ 5 | 1, 6 | 2 7 | ], 8 | "y": [ 9 | 1, 10 | 2 11 | ], 12 | "type": "scatter" 13 | } 14 | ], 15 | "layout": { 16 | "xaxis": { 17 | "autorange": "reversed" 18 | } 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /test/image/mocks/hist_almost_integer.json: -------------------------------------------------------------------------------- 1 | { 2 | "data":[{ 3 | "x":["1","2","3","1","2","4","2","3","4","1","2","3","1","2","3","1","2","3","1","2","3","1","2","3","1","2","3","2","3","4","2","3","4","2","3","4","2","3","4","2.5","3.5"], 4 | "type":"histogram" 5 | }], 6 | "layout":{"height":300,"width":400} 7 | } 8 | -------------------------------------------------------------------------------- /devtools/image_viewer/index.html: -------------------------------------------------------------------------------- 1 | 2 |
3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 |