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