mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-01-30 02:08:41 +00:00
Fix #28
This commit is contained in:
parent
d598ee34bd
commit
1ccf075366
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
// Setting default chart values
|
||||
this.chart.margin = {top: 5, right: 0, bottom: 0, left: 0};
|
||||
/** global: d3 */
|
||||
this.chart.color = d3.scale.category10();
|
||||
this.chart.axis = {
|
||||
x: {
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
// Setting default chart values
|
||||
this.chart.margin = {top: 5, right: 0, bottom: 0, left: 0};
|
||||
/** global: d3 */
|
||||
this.chart.color = d3.scale.quantize()
|
||||
.domain([-.05, .05])
|
||||
.range(d3.range(11).map(function(d) { return "q" + d + "-11"; }));
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
// Setting default chart values
|
||||
this.chart.margin = {top: 5, right: 0, bottom: 0, left: 0};
|
||||
/** global: d3 */
|
||||
this.chart.color = d3.scale.category10();
|
||||
this.chart.axis = {
|
||||
x: {
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
// Setting default chart values
|
||||
this.chart.margin = {top: 5, right: 0, bottom: 0, left: 0};
|
||||
/** global: d3 */
|
||||
this.chart.color = d3.scale.category10();
|
||||
this.chart.axis = {
|
||||
x: {
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
// Setting default chart values
|
||||
this.chart.margin = {top: 5, right: 0, bottom: 0, left: 0};
|
||||
/** global: d3 */
|
||||
this.chart.color = d3.scale.category10();
|
||||
this.chart.axis = {
|
||||
x: {
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
// Setting default chart values
|
||||
this.chart.margin = {top: 5, right: 0, bottom: 0, left: 0};
|
||||
/** global: d3 */
|
||||
this.chart.color = d3.scale.category10();
|
||||
this.chart.dataSettings.style.strokewidth = 1;
|
||||
this.chart.dataSettings.style.padding = 3;
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
// Setting default chart values
|
||||
this.chart.margin = {top: 5, right: 0, bottom: 0, left: 0};
|
||||
/** global: d3 */
|
||||
this.chart.color = d3.scale.category10();
|
||||
this.chart.axis = {
|
||||
x: {
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
// Setting default chart values
|
||||
this.chart.margin = {top: 5, right: 0, bottom: 0, left: 0};
|
||||
/** global: d3 */
|
||||
this.chart.color = d3.scale.category10();
|
||||
this.chart.axis = {
|
||||
x: {
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
// Setting default chart values
|
||||
this.chart.margin = {top: 5, right: 0, bottom: 0, left: 0};
|
||||
/** global: d3 */
|
||||
this.chart.color = d3.scale.category10();
|
||||
this.chart.axis = {
|
||||
x: {
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
// Setting default chart values
|
||||
this.chart.margin = {top: 5, right: 0, bottom: 0, left: 0};
|
||||
/** global: d3 */
|
||||
this.chart.color = d3.scale.category10();
|
||||
this.chart.axis = {
|
||||
x: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user