Merged
Conversation
Signed-off-by: Andrew Stein <steinlink@gmail.com>
Signed-off-by: Andrew Stein <steinlink@gmail.com>
Signed-off-by: Andrew Stein <steinlink@gmail.com>
7fbda2f to
410d3c4
Compare
840397a to
4d11eb3
Compare
Signed-off-by: Andrew Stein <steinlink@gmail.com>
4d11eb3 to
f517e9c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Remove Docusaurus and replace with a lightweight custom docs site, and modernizes the feature gallery and example configurations along the way.
docusaurus, replace with a minimalmdbook-based docs build,custom HTML/TS entry points (index.html,examples.html,block.html),and a simple static file server (server.mjs). Whiledocusaurusisn't speciifically a problem, it is a large dependency (this changes removes 9k loc from thepnpm-lock.yaml, almost half the project's entire dependencies) and Perspective uses very little of its advanced functionality. Also, the numerous React ecosystem dependencies caused implicit workspace version constraints which can now be lifted.plugin_configvalues infeatures.ts, move column styling from the legacyplugin_config.columnsformat to the current top-levelcolumns_configAPI (number_fg_mode,number_bg_mode,fg_gradient,bg_gradient,pos_fg_color/neg_fg_color,pos_bg_color/neg_bg_color).label-barmode,group_rollup_mode: "flat",X/Y Scatterwith label field, and number/date/string format options (signDisplay,significantDigits,useGrouping,dateStyle/timeStyle, custom datetime components,bold/italicsformat mode).<img>elements. The build script shuffles feature indices once (shared across light/dark themes) and writesmontage_map.jsonwith the tile-to-index mapping. The gallery component fetches this map and translates click coordinates to the correct feature index. Theme toggling swaps betweenmontage_light.pngandmontage_dark.png.tools/project, remove unused scripts (sh.mjs,run_emsdk.mjs,fix_cpp.mjs,emsdk.patch), simplify remaining build helpers.to_format/test directory withdata_slice,leaves_only,to_arrow,to_csv,to_json,to_ndjson, andexportspecs; move existing format tests under the new structure. Adds end-to-end tests for The export function does not support Traditional Chinese. #3152 also.