Skip to content

Commit

Permalink
Build: (4247404) Merge pull request #57 from Alex-NRCan/develop
Browse files Browse the repository at this point in the history
Cleanup of old property in the template + small optional prop value noticed when documenting (#57)
  • Loading branch information
jolevesq committed Nov 30, 2023
1 parent 05fe3ec commit 9f70391
Showing 1 changed file with 7 additions and 63 deletions.
70 changes: 7 additions & 63 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,7 @@
sourceItem: {
Location_Emplacement: "Quebec"
}
}],
chartjsOptions: {
responsive: true,
plugins: {
legend: {
display: false,
}
}
}
}]
};

const DATA_INPUT_LINE_2 = {
Expand Down Expand Up @@ -160,15 +152,7 @@
sourceItem: {
Location_Emplacement: "Quebec"
}
}],
chartjsOptions: {
responsive: true,
plugins: {
legend: {
display: false,
}
}
}
}]
};

const DATA_INPUT_LINE_3 = {
Expand Down Expand Up @@ -203,15 +187,7 @@
display: "Lake info 1",
}, {
display: "Lake info 2",
}],
chartjsOptions: {
responsive: true,
plugins: {
legend: {
display: false,
}
}
}
}]
};

const DATA_INPUT_2 = {
Expand Down Expand Up @@ -303,15 +279,7 @@
OBJECTID: 56880
}
]
}],
chartjsOptions: {
responsive: true,
plugins: {
legend: {
display: false
}
}
}
}]
};

const DATA_INPUT_3 = {
Expand Down Expand Up @@ -395,15 +363,7 @@
OBJECTID: 56880
}
]
}],
chartjsOptions: {
responsive: true,
plugins: {
legend: {
display: false
}
}
}
}]
};

const DATA_INPUT_4 = {
Expand Down Expand Up @@ -487,15 +447,7 @@
OBJECTID: 56880
}
]
}],
chartjsOptions: {
responsive: true,
plugins: {
legend: {
display: false
}
}
}
}]
};

const DATA_INPUT_5 = {
Expand Down Expand Up @@ -578,15 +530,7 @@
"label": "Basketball",
"location": "Montreal"
}]
}],
chartjsOptions: {
responsive: true,
plugins: {
legend: {
display: false,
}
}
}
}]
};

const OPTIONS_NATIVE_1 = {
Expand Down

0 comments on commit 9f70391

Please sign in to comment.