Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: <rect> attribute width: Expected length, "Infinity". #800

Open
HarAlb opened this issue Aug 28, 2020 · 1 comment
Open

Error: <rect> attribute width: Expected length, "Infinity". #800

HarAlb opened this issue Aug 28, 2020 · 1 comment

Comments

@HarAlb
Copy link

HarAlb commented Aug 28, 2020

Moriss js , bugfix

@HarAlb
Copy link
Author

HarAlb commented Aug 28, 2020

I realy need this ,i have a 2 ykeys

new Morris.Bar({
                    element: 'hired-chart',
                    data: [
                              {day: "2020-08-01", names: "empty", count: 0},
                              {day: "2020-08-02", names: "Adasdas asdasd , asdasdasdsa sadasdas ,adasdasd eqweqwe", count: 3}
                    ],
                    xkey: 'day',
                    ykeys: ['names' ,'count'],
                    labels: ['Names', 'count'],
                    pointSize: 0,
                    lineWidth: 0,
                    resize:true,
                    fillOpacity: 0.8,
                    behaveLikeLine: true,
                    gridLineColor: '#e0e0e0',
                    hideHover: 'auto',
                    lineColors: ['#03a504'],
                    parseTime: false,
                    top: 80,
                    xLabelAngle: 60,
                    barColors: ['#03a504']
                });

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

No branches or pull requests

1 participant