Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant