Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Charts Support #38

Open
raphamorim opened this issue Sep 21, 2016 · 3 comments
Open

Charts Support #38

raphamorim opened this issue Sep 21, 2016 · 3 comments
Milestone

Comments

@raphamorim
Copy link
Owner

origami('selector').chart({
   type: 'bar',
   data: {
        labels: ["Red", "Blue", "Yellow", "Green", "Purple", "Orange"],
        datasets: [{
            label: '# of Votes',
            data: [12, 19, 3, 5, 2, 3],
            borderColor: [
                'rgba(255,99,132,1)',
                'rgba(54, 162, 235, 1)',
                'rgba(255, 206, 86, 1)',
                'rgba(75, 192, 192, 1)',
                'rgba(153, 102, 255, 1)',
                'rgba(255, 159, 64, 1)'
            ],
            borderWidth: 1
        }]
    }
});
@raphamorim raphamorim added this to the 0.6.0 milestone Sep 21, 2016
@raphamorim
Copy link
Owner Author

bar and line

@kolharsam
Copy link

Hey @raphamorim I'd like to be involved with this as well, some guidance needed here.

@raphamorim
Copy link
Owner Author

raphamorim commented Oct 2, 2017

Hi @Kolhar730, sure!

We can start bar chart support!
'Cause doesn't have nothing :(

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants