You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: