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

distance property doesn't exist in PlotSeriesDataLabelsOptions #20673

Open
a688 opened this issue Feb 20, 2024 · 1 comment
Open

distance property doesn't exist in PlotSeriesDataLabelsOptions #20673

a688 opened this issue Feb 20, 2024 · 1 comment

Comments

@a688
Copy link

a688 commented Feb 20, 2024

Expected behaviour

Copy https://www.highcharts.com/demo/highcharts/pie-drilldown into an Angular app and run without any issues

Actual behaviour

distance property (set to -30% in the demo) doesn't exist on the TypeScript object PlotSeriesDataLabelsOptions

Live demo with steps to reproduce

N/A (do you have angular demos of each chart type?)

Product version

Highcharts 11.3.0

Affected browser(s)

N/A

@highsoft-bot highsoft-bot added this to To do in Development-Flow via automation Feb 20, 2024
@bm64
Copy link
Member

bm64 commented Feb 20, 2024

Hello @a688, and thanks for reporting the issue.

As a workaround you can extend PlotSeriesDataLabelsOptions interface with distance property: https://stackblitz.com/edit/highcharts-angular-property-xxx-doesnt-exist-oc7g6p?file=src%2Fapp%2Fapp.component.ts

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

No branches or pull requests

2 participants