There was an error while loading. Please reload this page.
Show mini charts side-by-side.
<bizdoc-cube-parallel [filters]='filters' [chartType]='chartType' [xAxis]='xAxis' [series]='series' [scope]='scope' [indices]='indices' size="150px" (explore)='explore($event)'> </bizdoc-cube-parallel>
@Component() export class AppComponent { filters: AxesMap = { year: new Date().getFullYear() }; readonly series = 'quarter'; readonly xAxis = 'costCenter'; }
Properties
Events
explore()
Release Notes
Angular npm, Flutter pub.dev and Nuget packages.