mstr-viz

2.14.0 • Public • Published

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.

/mstr-viz/

    Package Sidebar

    Install

    npm i mstr-viz

    Weekly Downloads

    239

    Version

    2.14.0

    License

    UNLICENSED

    Unpacked Size

    167 kB

    Total Files

    98

    Last publish

    Collaborators

    • mstr_viz