1.0.1 • Published 3 years ago

royman-chart-creator v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Simple Chart Generator

Running the Chartgenerator

npm start -- /tmp/data.json /tmp/chart line|bar

=> Output: /tmp/chart.jpeg

Example input

Example JSON:
    [
        { 
            "label": "a", 
            "color": "rgba(255, 00, 00, 0.5)", 
            "data": [1, 2, 3, 4, 5, 6] 
        },{ 
            "label": "b", 
            "color": "rgba(255, 00, 00, 0.5)", 
            "data": [7, 2, 3, 1, 5, 5] 
        },
    ]
1.0.1

3 years ago

1.0.0

3 years ago