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

Streamline Custom Series Type Support #144

Open
hcpchris opened this issue Jan 2, 2024 · 0 comments
Open

Streamline Custom Series Type Support #144

hcpchris opened this issue Jan 2, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@hcpchris
Copy link
Collaborator

hcpchris commented Jan 2, 2024

We need a more streamlined way to support the extension of Highcharts for Python with custom series types, similar to the use of the JavaScript Highcharts.seriesType() method.

Basic pattern to implement:

  1. Expect custom series type to be defined as an instance of CustomSeriesType.
  2. Expect custom series type to have a class method for series_options which returns a class object for configuring the custom series.
  3. Add mechanism to register a custom series type on the chart.
  4. Add support for a custom series type to series type validation logic.
@hcpchris hcpchris self-assigned this Jan 2, 2024
@hcpchris hcpchris added the enhancement New feature or request label Jan 2, 2024
@hcpchris hcpchris added this to the 1.6.0 milestone Jan 2, 2024
@hcpchris hcpchris removed this from the 1.6.0 milestone Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant