forContainer static method
Implementation
static List<ChartJsonOptionSchema> forContainer(String containerPath) {
return [
for (final schema in all)
if (schema.acceptsContainer(containerPath)) schema,
];
}
static List<ChartJsonOptionSchema> forContainer(String containerPath) {
return [
for (final schema in all)
if (schema.acceptsContainer(containerPath)) schema,
];
}