-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Description
I am using a stacked-bar with angular 2+
package.json-
"taucharts": "2.6.5",
HTML-
TS-
import * as Taucharts from 'taucharts';
import 'taucharts/dist/plugins/tooltip';
import 'taucharts/dist/plugins/legend';
this.graphChart = new Taucharts.Chart({
data: this.graphChartData,
type: 'stacked-bar',
y: ['y axis label'],
x: ['x axis label'],
color: 'color attribute',
plugins: [
Taucharts.api.plugins.get('legend')(),
Taucharts.api.plugins.get('tooltip')()
]
});
this.graphChart.renderTo('#stackedBar');
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
