mirror of
https://github.com/flutter/samples.git
synced 2025-11-13 00:08:24 +00:00
Web charts common update (#111)
This commit is contained in:
@@ -46,7 +46,7 @@ void main() {
|
||||
var tester = AxisTester(axis);
|
||||
axis.tickDrawStrategy = MockTickDrawStrategy();
|
||||
axis.graphicsFactory = MockGraphicsFactory();
|
||||
tester.scale.range = new ScaleOutputExtent(0, 300);
|
||||
tester.scale.range = ScaleOutputExtent(0, 300);
|
||||
|
||||
axis.updateTicks();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user