Skip to content

Releases: TickPoints/mdbook-plotly

v0.2.0

17 May 00:34
5762964

Choose a tag to compare

  • Added Layout field expansion — Phase 1 & 2
    • Phase 1 (Basic fields):
      • Spacing: bar_gap, bar_group_gap, box_gap, box_group_gap
      • Interaction: hover_mode, drag_mode, click_mode
      • Sub-objects: font (family/size/color), coloraxis (cmin/cmax/cmid/auto/reverse/show)
    • Phase 2 (Axis support):
      • Default axes: xaxis, yaxis with full field support
      • Named axes: xaxis2xaxis8, yaxis2yaxis8
      • Axis fields: title, show_grid, show_line, zero_line, visible,
        anchor, overlaying, range, color, line_color, grid_color,
        tick_prefix, tick_suffix, tick_format, hover_format, category_array,
        fixed_range, scale_anchor, auto_margin, show_tick_labels
      • Axis enums: category_order (16 variants), type (linear/log/date/category/multicategory)
  • Added helper functions: parse_axis_obj(), parse_named_axes()
  • Added 3 axis tests (xaxis, date type, named axes)
  • Updated documentation (USAGE-zh_CN.md, USAGE.md) with new Layout fields and Axis reference

v0.2.0-beta

16 May 12:37
9a18176

Choose a tag to compare

v0.2.0-beta Pre-release
Pre-release
  • Added 6 new Data trace types
    • Added box (BoxPlot)
    • Added contour (Contour)
    • Added heatmap (HeatMap)
    • Added mesh3d (Mesh3D)
    • Added scatter3d (Scatter3D)
    • Added surface (Surface)
  • Updated docs for all new trace types (USAGE-zh_CN.md, USAGE.md)
  • Added comprehensive tests for all existing and new trace types
  • Re-exported all new trace types in src/code_handler/plot_obj_parser.rs

v0.1.9

04 May 03:23
a28b911

Choose a tag to compare

  • Updated interfaces
    • Added Marker in bar, histogra, pie, scatter, scatter_geo, scatter_mapbox, scatter_polar
  • Updated tests and macros

v0.1.9-beta

03 May 11:41
0719f9e

Choose a tag to compare

v0.1.9-beta Pre-release
Pre-release
  • Updated interfaces
    • Updated layout
    • Updated config
    • Updated legend
    • Updated the Color
  • Fixed docs

v0.1.9-alpha

03 May 02:49
42e1f15

Choose a tag to compare

v0.1.9-alpha Pre-release
Pre-release
  • Updated Cargo.toml
    • Adjusted deps
      - Added chrono
    • Adjusted features
      • Add the map-parser-extensions feature
  • Updated interfaces
    • Updated the map parser
      - Updated time, g-random, g-choose
  • Fixed docs

v0.1.8

29 Mar 11:12
ab6f1e1

Choose a tag to compare

Note

Hotfix. Please don't use old versions.

  • Fixed BookData

v0.1.8-alpha

29 Mar 06:25
16635bf

Choose a tag to compare

v0.1.8-alpha Pre-release
Pre-release
  • Adjusted code_handler
    • Updated map
  • Fixed docs
  • Updated tests

v0.1.7

28 Mar 07:13
2d80479

Choose a tag to compare

  • Adjusted code_handler
    • Updated map
  • Fixed docs
  • Updated tests

v0.1.7-beta.2

22 Mar 10:37
85ea410

Choose a tag to compare

v0.1.7-beta.2 Pre-release
Pre-release
  • Adjusted code_handler
    • Updated map
  • Fixed docs
  • Adjusted Cargo.toml
    • Added the fasteval crate

v0.1.7-beta

15 Mar 00:34

Choose a tag to compare

v0.1.7-beta Pre-release
Pre-release
  • Adjusted code_handler
    • Adjusted must_translate
    • Added translate_enum
    • Made it all to support DataPack(Map)
  • Updated docs