Releases: TickPoints/mdbook-plotly
Releases · TickPoints/mdbook-plotly
v0.2.0
- 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)
- Spacing:
- Phase 2 (Axis support):
- Default axes:
xaxis,yaxiswith full field support - Named axes:
xaxis2–xaxis8,yaxis2–yaxis8 - 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)
- Default axes:
- Phase 1 (Basic fields):
- 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
- Added 6 new Data trace types
- Added
box(BoxPlot) - Added
contour(Contour) - Added
heatmap(HeatMap) - Added
mesh3d(Mesh3D) - Added
scatter3d(Scatter3D) - Added
surface(Surface)
- Added
- 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
- Updated interfaces
- Added Marker in
bar,histogra,pie,scatter,scatter_geo,scatter_mapbox,scatter_polar
- Added Marker in
- Updated tests and macros
v0.1.9-beta
- Updated interfaces
- Updated layout
- Updated config
- Updated legend
- Updated the
Color
- Fixed docs
v0.1.9-alpha
- Updated Cargo.toml
- Adjusted deps
- Addedchrono - Adjusted features
- Add the
map-parser-extensionsfeature
- Add the
- Adjusted deps
- Updated interfaces
- Updated the map parser
- Updatedtime,g-random,g-choose
- Updated the map parser
- Fixed docs
v0.1.8
Note
Hotfix. Please don't use old versions.
- Fixed
BookData
v0.1.8-alpha
- Adjusted
code_handler- Updated
map
- Updated
- Fixed docs
- Updated tests
v0.1.7
- Adjusted
code_handler- Updated
map
- Updated
- Fixed docs
- Updated tests
v0.1.7-beta.2
- Adjusted
code_handler- Updated
map
- Updated
- Fixed docs
- Adjusted
Cargo.toml- Added the
fastevalcrate
- Added the
v0.1.7-beta
- Adjusted
code_handler- Adjusted
must_translate - Added
translate_enum - Made it all to support
DataPack(Map)
- Adjusted
- Updated docs