2.0.1 • Published 2 years ago

vue.charts.css v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Vue Charts.CSS

Visualization helps end-users understand data. Vue Charts.CSS helps frontend developers turn data into beautiful interactive charts and graphs using the powerful Charts.CSS framework.

Version Size Size GZIP Size Brotli

Get Started | Learn more | Docs

Dependencies

Vue Charts CSS is built for Vue 3, however you can still use the Vue 2 supported version of Vue Charts CSS by locking to the 1.x.x versions of the package.

Make sure your package.json file has the following:

"dependencies": {
  "vue.charts.css": "^1.0.1"
}

Vue 2 is supported under the vue2 branch and 1.x.x versions of the package. However, it is highly recommended upgrading to Vue 3 for long-term support.

Install

View Install Guide.

With Package Managers

NPM

npm install vue.charts.css

Yarn

yarn add vue.charts.css

Documentation

Read Guides & Documentation.

<charts-css
    heading="Team's Coffee Count"
    type="bar"
    :labels="['Mon', 'Tue', 'Wed']"
    :datasets="datasets"
/>
<script>
    export default {
        data()
        {
            return {
                datasets: [
                    {
                        name: "Ben",
                        values: [2, 4, 3],
                    },
                    {
                        name: "Josie",
                        values: [7, 6, 3, 4],
                    },
                    {
                        name: "Tim",
                        values: [12, 278, 0, 0],
                    },
                ],
            };
        },
    }
</script>

License

Vue Charts.CSS and Charts.CSS are licensed under the MIT license.

Vue Charts.CSS is not affiliated with the creators of Charts.CSS.

1.0.4

2 years ago

1.0.3

2 years ago

2.0.1

2 years ago

1.0.2

2 years ago

2.0.0

2 years ago

1.0.1

3 years ago

0.0.21

3 years ago

0.0.20

3 years ago

0.0.16

3 years ago

0.0.17

3 years ago

0.0.18

3 years ago

0.0.19

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago

1.0.0

3 years ago