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

Html::cleanCssIdentifier causes unintended issues #100

Open
sssduong opened this issue Sep 17, 2024 · 0 comments
Open

Html::cleanCssIdentifier causes unintended issues #100

sssduong opened this issue Sep 17, 2024 · 0 comments

Comments

@sssduong
Copy link

sssduong commented Sep 17, 2024

Hi,

Using Html::cleanCssIdentifier causes unintended issues. Table.php and AxisChart.php both use this method. For instance, if the $group_key starts with a number, the method will replace that number with an underscore. If the $group_key is single digits, all $group_id's would end up being an underscore. Now, let's say you want to create multiple visualizations using the split field option, and that field contains numbers in single digits. This will only produce one chart for all single digit fields.

This appears to be an issue with v2 too.

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