Newer
Older
lodex-docs-note / formats / advanced-mode.md
@AlasDiablo AlasDiablo on 5 Feb 2024 640 bytes docs: add bar chart note

Advanced mode

User doc

  • {|__LODEXWIDTH\_|}
    • Lodex custom variable for Vega and Vega-Lite charts, this variable is replaced by the width of the parent container before the chart is rendered
  • {|__LODEXHEIGHT\_|}
    • Lodex custom variable for Vega and Vega-Lite charts, this variable is replaced by the height of the parent container before the chart is rendered
  • container
    • Vega and Vega-Lite variables, tell Vega to use the size of the parent container, this variable can be used with width and height and is highly recommended to be used in any diagram

Technical doc

TODO