An error occurred while fetching the assigned milestone of the selected merge_request.
public/js
src_modules
baseUrlPlusQueryParams.mjs +1 -5
dropDownListChartColumn.mjs +58 -1
dropDownListChartHeatmap.mjs +2 -1
dropDownListChartLine.mjs +58 -1
dropDownListChartScatterPlot.mjs +3 -2
dropDownListStyling.mjs +53 -0
appCesium.js +3 -2
appChart.js +56 -188
.gitignore +3 -0
@@ -33,9 +31,7 @@ const createUrlParametersForGetRequest = function (dateStart, dateStop) {
@@ -33,7 +37,7 @@ import {
@@ -157,3 +161,56 @@ export const drawColumnChartBasedOnSelectedAggregationOptions = function (
@@ -6,7 +6,8 @@ import {
@@ -33,7 +37,7 @@ import {
@@ -157,3 +161,56 @@ export const drawLineChartBasedOnSelectedAggregationOptions = function (
@@ -6,13 +6,14 @@ import {