I am trying to show angularjs c3 charts in angular gridster. Even though the gridster is appearing the charts with in the gridster are missing. Please find the gridster+C3-simpl
$scope.c3Chart1 = {
data: {
columns: [
['data1', 30, 200, 100, 400, 150, 250],
['data2', 130, 100, 140, 200, 150, 50]
],
type: 'line'
}
};
...
$scope.dashboard = {
widgets: [{
col: 0,
row: 0,
sizeY: 2,
sizeX: 2,
id: "widget1",
name: "Line",
options: $scope.chart1 // <--- wrong variable name!
}, {
...
--
You received this message because you are subscribed to a topic in the Google Groups "Angular" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/angular/zhtc_ZnyyZo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to angular+unsubscribe@googlegroups.com.
To post to this group, send email to ang...@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
--