-
Notifications
You must be signed in to change notification settings - Fork 413
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
Does custom_categories support reg expression? #688
Comments
Hi @liuxuan30. Thanks for reaching out. I don't believe |
If not supported yet, I guess it would be a good feature to have.. typing multiple names are killing me |
We'd love a PR, @liuxuan30! |
I think this would make sense to add in combination with #624. Would it be ok, to include both in the same pr? |
Personally I'd prefer to see this as a separate PR, should be a simple change on top of the current code. |
@johnfairh Yeah I quickly tested it yesterday, theoretically it can be a one line change (if we just want to assume any item is a regex). |
@galli-leo @johnfairh Is there any movement on this? Would love to get it working. |
one question, it seems like custom_categories does not support reg expression?
Let's say I have many classes with some prefix: some starts with Line, some starts with Bars:
BarChartView.swift,
BarChartData.swift,
LineChartView.swift,
LineChartDataSet.swift
I want to group them into Line Type and Bar Type,
It won't have any effect. Instead, I have manually list all the classes. Am I wrong?
The text was updated successfully, but these errors were encountered: