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

Using Step interpolation on Series of line plot causes line to go beyond canvas grid #275

Open
binyata opened this issue Jun 15, 2017 · 1 comment

Comments

@binyata
Copy link

binyata commented Jun 15, 2017

screen shot 2017-06-15 at 10 27 52 am

@binyata
Copy link
Author

binyata commented Jun 15, 2017

Sample code that uses step interpolation:
let priceSeries = chart.addSeries(['product_id', 'retailer'], dimple.plot.line, [dateAxis, priceAxis]);
priceSeries.getTooltipText = seriesTooltipText('Price');
priceSeries.interpolation = 'step';

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