XYSeriesConfig🔗
Definition🔗
export interface XYSeriesConfig {
name?: {
fixed?: string;
};
frame?: {
matcher: xychart.MatcherConfig;
};
x?: {
matcher: xychart.MatcherConfig;
};
y?: {
matcher: xychart.MatcherConfig;
};
color?: {
matcher: xychart.MatcherConfig;
};
size?: {
matcher: xychart.MatcherConfig;
};
}
Methods🔗
No methods.