impaktapps-design 0.2.85 → 0.2.86
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -11385,37 +11385,26 @@ ParentSize$1.propTypes = {
|
|
|
11385
11385
|
};
|
|
11386
11386
|
const Product1 = [
|
|
11387
11387
|
{
|
|
11388
|
-
"key": "
|
|
11388
|
+
"key": "key1",
|
|
11389
11389
|
"value": [
|
|
11390
|
-
{
|
|
11391
|
-
|
|
11392
|
-
|
|
11393
|
-
},
|
|
11394
|
-
{
|
|
11395
|
-
|
|
11396
|
-
|
|
11397
|
-
},
|
|
11398
|
-
{
|
|
11399
|
-
|
|
11400
|
-
|
|
11401
|
-
}
|
|
11402
|
-
|
|
11403
|
-
|
|
11404
|
-
|
|
11405
|
-
|
|
11406
|
-
|
|
11407
|
-
{
|
|
11408
|
-
"x": 2,
|
|
11409
|
-
"y": 5
|
|
11410
|
-
},
|
|
11411
|
-
{
|
|
11412
|
-
"x": 3,
|
|
11413
|
-
"y": 6
|
|
11414
|
-
},
|
|
11415
|
-
{
|
|
11416
|
-
"x": 3,
|
|
11417
|
-
"y": 5
|
|
11418
|
-
}
|
|
11390
|
+
{ "x": "01:00", "y": 123 },
|
|
11391
|
+
{ "x": "02:00", "y": 118 },
|
|
11392
|
+
{ "x": "03:00", "y": 141 },
|
|
11393
|
+
{ "x": "04:00", "y": 114 },
|
|
11394
|
+
{ "x": "05:00", "y": 108 },
|
|
11395
|
+
{ "x": "06:00", "y": 123 },
|
|
11396
|
+
{ "x": "07:00", "y": 128 },
|
|
11397
|
+
{ "x": "08:00", "y": 134 },
|
|
11398
|
+
{ "x": "09:00", "y": 131 },
|
|
11399
|
+
{ "x": "10:00", "y": 134 },
|
|
11400
|
+
{ "x": "11:00", "y": 118 },
|
|
11401
|
+
{ "x": "11:00", "y": 10 },
|
|
11402
|
+
{ "x": "12:00", "y": 130 },
|
|
11403
|
+
{ "x": "13:00", "y": 133 },
|
|
11404
|
+
{ "x": "14:00", "y": 132 },
|
|
11405
|
+
{ "x": "15:00", "y": 1 },
|
|
11406
|
+
{ "x": "15:00", "y": 137 },
|
|
11407
|
+
{ "x": "16:00", "y": 120 }
|
|
11419
11408
|
]
|
|
11420
11409
|
}
|
|
11421
11410
|
];
|
|
@@ -11565,7 +11554,7 @@ const finalDataProvider = (type2, value, theme) => {
|
|
|
11565
11554
|
}
|
|
11566
11555
|
},
|
|
11567
11556
|
pieStyle: {
|
|
11568
|
-
colorRange:
|
|
11557
|
+
colorRange: theme.chartColours.pieChartColours,
|
|
11569
11558
|
outerRadius: 120,
|
|
11570
11559
|
innerRadius: 60,
|
|
11571
11560
|
cornerRadius: 2,
|
|
@@ -11581,6 +11570,7 @@ const finalDataProvider = (type2, value, theme) => {
|
|
|
11581
11570
|
header: "Line Graph Dynamic",
|
|
11582
11571
|
bottomLabel: "Name of Employe",
|
|
11583
11572
|
leftLabel: "Value",
|
|
11573
|
+
legendAvailable: true,
|
|
11584
11574
|
gridHidden: true,
|
|
11585
11575
|
numHidden: false,
|
|
11586
11576
|
tooltipDataKey: ["MAMA New Project", "Second", "Third"],
|
|
@@ -11591,7 +11581,6 @@ const finalDataProvider = (type2, value, theme) => {
|
|
|
11591
11581
|
...value == null ? void 0 : value.main,
|
|
11592
11582
|
legend: {
|
|
11593
11583
|
labelColor: theme.palette.text.primary,
|
|
11594
|
-
legendTitle: "Our Assests",
|
|
11595
11584
|
direction: "row",
|
|
11596
11585
|
align: "right",
|
|
11597
11586
|
colorRectWidth: 20,
|
|
@@ -11626,7 +11615,7 @@ const finalDataProvider = (type2, value, theme) => {
|
|
|
11626
11615
|
...(_w = value == null ? void 0 : value.style) == null ? void 0 : _w.labelStyle
|
|
11627
11616
|
},
|
|
11628
11617
|
lineStyle: {
|
|
11629
|
-
colorRange:
|
|
11618
|
+
colorRange: theme.chartColours.lineChartColours,
|
|
11630
11619
|
lineAreaColor: "none",
|
|
11631
11620
|
lineAreaOpacity: 0.2,
|
|
11632
11621
|
...(_x = value == null ? void 0 : value.style) == null ? void 0 : _x.lineStyle
|