TDR-Referenzkurve ohne Punkte
This commit is contained in:
@@ -103,10 +103,10 @@ const TDRChart: React.FC<{ isFullScreen: boolean }> = ({ isFullScreen }) => {
|
|||||||
data: referenceChartData,
|
data: referenceChartData,
|
||||||
borderColor: "black",
|
borderColor: "black",
|
||||||
borderWidth: 1,
|
borderWidth: 1,
|
||||||
borderDash: [5, 5],
|
// borderDash: [5, 5],
|
||||||
pointRadius: 3,
|
pointRadius: 0,
|
||||||
pointHoverRadius: 5,
|
pointHoverRadius: 5,
|
||||||
pointBackgroundColor: "black",
|
pointBackgroundColor: "gray",
|
||||||
tension: 0.1,
|
tension: 0.1,
|
||||||
parsing: {
|
parsing: {
|
||||||
xAxisKey: "d",
|
xAxisKey: "d",
|
||||||
|
|||||||
@@ -6,5 +6,5 @@
|
|||||||
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
|
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
|
||||||
|
|
||||||
*/
|
*/
|
||||||
const webVersion = "1.6.195";
|
const webVersion = "1.6.196";
|
||||||
export default webVersion;
|
export default webVersion;
|
||||||
|
|||||||
Reference in New Issue
Block a user