Sfoglia il codice sorgente

十字光标改成黑线

skyffire 1 anno fa
parent
commit
ead240effd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/index.js

+ 1 - 1
src/index.js

@@ -355,7 +355,7 @@ export default class StockHeatmap extends React.Component {
     context.lineTo(x, this.defaults.hmHeight());
     context.moveTo(30, y);
     context.lineTo(this.defaults.hmWidth(), y);
-    context.strokeStyle = '#fff';
+    context.strokeStyle = '#000';
     context.stroke();
   }