Skip to content

Fixed an issue where series values having spaces and invalid characters would invalidate class names #49

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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

DiogoRDuarte
Copy link
Contributor

Summary

Because

While implementing a multi-series chart, the values of the chosen series key couldn't have spaces and invalid characters in them. This is an issue since these values are eventually converted to class names and spaces in them means having different classes.

This Commit

  • Fixed an issue where series values having spaces or invalid characters would invalidate class names. The multi-series implementation experience remains intact with the addition of being possible to have spaces and invalid characters in the series strings.
  • Removes leftover console logs from the examples;
  • Removed repeated titles and chart types from the shorter and longer manual descriptions;

image

DiogoRDuarte and others added 8 commits December 13, 2024 13:08
Merge the main 2.0.3 changes into develop
Fixed an issue where series values having spaces and invalid characters would invalidate class names
Fixed an issue where series values having spaces and invalid characters would invalidate class names
@DiogoRDuarte DiogoRDuarte self-assigned this May 12, 2025
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

Successfully merging this pull request may close these issues.

1 participant