2.14.0 • Published 5 months ago

mstr-viz v2.14.0

Weekly downloads
116
License
UNLICENSED
Repository
-
Last release
5 months ago

mstr-viz

A new dev tool for creating MicroStrategy custom visualizations

1. Install

$ npm install -g mstr-viz
# or
$ sudo npm install -g mstr-viz

2. Init a New Viz

mstr-viz MyVis
# or
mstr-viz init MyVis
# New option "use-react-config" is added since 2.2.1, default value is true.
# When use-react-config=true, initialize new viz using template with react format panel, eg.
mstr-viz init MyVis --use-react-config=true
# or
mstr-viz init MyVis
# When use-react-config=false, initialize new viz using template with old format panel, eg.
mstr-viz init MyVis --use-react-config=false

3. Migrate an Old Viz

mstr-viz migrate ./D3WordCloud

4. Command Details

mstr-viz -h

5. More Help

See docs on our community.