Kai Anforderung: TDR Chart keine Punkte auf 0 setzen, für bessere Darstellung
This commit is contained in:
@@ -83,13 +83,16 @@ const TDRChart: React.FC<{ isFullScreen: boolean }> = ({ isFullScreen }) => {
|
||||
data: {
|
||||
datasets: [
|
||||
{
|
||||
label: `Modul ${
|
||||
/* label: `Modul ${
|
||||
selectedSlot !== null ? selectedSlot + 1 : "?"
|
||||
}`,
|
||||
}`, */
|
||||
label: `TDR Kurve`,
|
||||
data: tdrChartData,
|
||||
borderColor: getColor("littwin-blue"),
|
||||
borderWidth: 1,
|
||||
tension: 0.1,
|
||||
pointRadius: 0,
|
||||
pointHoverRadius: 5,
|
||||
parsing: {
|
||||
xAxisKey: "d",
|
||||
yAxisKey: "p",
|
||||
@@ -127,6 +130,7 @@ const TDRChart: React.FC<{ isFullScreen: boolean }> = ({ isFullScreen }) => {
|
||||
yAxisKey: "p",
|
||||
},
|
||||
order: 9999,
|
||||
pointHoverRadius: 15,
|
||||
// Hier die Reihenfolge der Marker bestimmen
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user