Remove commented out code

This commit is contained in:
Stephen Papierski 2023-11-27 13:37:16 -07:00
parent d291b0e5c7
commit fc7884e4ae
No known key found for this signature in database

View file

@ -134,8 +134,6 @@ export default {
grid: { grid: {
color: this.$root.theme === "light" ? "rgba(0,0,0,0.1)" : "rgba(255,255,255,0.1)", color: this.$root.theme === "light" ? "rgba(0,0,0,0.1)" : "rgba(255,255,255,0.1)",
}, },
/* min: 0, */
/* max: 1000, */
}, },
y1: { y1: {
display: false, display: false,
@ -170,7 +168,6 @@ export default {
display: false, display: false,
}, },
annotation: { annotation: {
/* drawTime: 'afterDraw', */
annotations: { annotations: {
line1: { line1: {
type: "line", type: "line",