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