Draw dot and line with svg

This commit is contained in:
Julia Friesel
2018-09-17 18:33:12 +02:00
parent 961009d74f
commit 7d6e45b1e2
3 changed files with 27 additions and 51 deletions
+1 -1
View File
@@ -191,7 +191,7 @@ export default class DayColumn extends Component {
</View>
</View>
<Svg width={config.columnWidth} height={chartHeight}>
<Svg width={config.columnWidth} height={columnHeight}>
{column}
</Svg>