-
-
Notifications
You must be signed in to change notification settings - Fork 836
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
Lines are looking weird. #57
Comments
|
still the same full configuration here. maybe that might help. datasets: [
{
label: this.title,
fill: true,
lineTension: 0,
backgroundColor: "rgba(199, 230, 227, 0.32)",
borderColor: "rgba(75,192,192,1)",
borderCapStyle: 'butt',
borderDash: [],
borderDashOffset: 0.0,
borderJoinStyle: 'miter',
pointBorderColor: "rgba(75,192,192,1)" ,
pointBackgroundColor: "#fff",
pointBorderWidth: 5,
pointHoverRadius: 5,
pointHoverBackgroundColor: "rgba(75,192,192,1)",
pointHoverBorderColor: "rgba(220,220,220,1)",
pointHoverBorderWidth: 2,
pointRadius: 1,
borderWidth : 5,
pointHitRadius: 10,
data: this.subscribers,
spanGaps: false,
}
] |
Well, looking weird is a bit of a unspecific term. I guess you mean that the border of the linechart, is cut off on the bottom? If you check out the chart.js docs http://www.chartjs.org/ the line example also has cut off borders. You can try to play with some settings maybe add some spacing but I don't think this is related to I also tried So I think it could rather be related directly to chart.js. You could create an issue on the chart.js lib. Maybe people there know a workaround for that. Or check the release notes |
i have updated the plugin to latest version from older version. i have noticed the lines are looking weired.. do you have any idea why this has happened ? what am i missing ?
Thanks
Environment
The text was updated successfully, but these errors were encountered: