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

How change size of shadow of point ? #19

Open
derdek opened this issue Feb 8, 2021 · 0 comments
Open

How change size of shadow of point ? #19

derdek opened this issue Feb 8, 2021 · 0 comments

Comments

@derdek
Copy link

derdek commented Feb 8, 2021

How i can resize shadow ?
i need increase size of shadow of point in line graph

my config:
var config = { type: 'line', data: { labels: [], datasets: [{ label: '', backgroundColor: window.chartColors.green, borderColor: window.chartColors.green, data: [ ], fill: false, shadowOffsetX: 0, shadowOffsetY: 0, shadowBlur: 10, shadowColor: effectColors.shadow }] }, options: { responsive: true, legend: { display: false }, plugins: { title: { display: false, text: '' }, tooltip: { mode: 'index', intersect: false, } }, hover: { mode: 'nearest', intersect: true }, scales: { xAxes: [{ scaleLabel: { display: true, labelString: 'Two' }, ticks: { maxTicksLimit: 40 } }], yAxes: [{ scaleLabel: { display: true, labelString: 'One' }, ticks: { maxTicksLimit: 20 } }] } } };

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