huww98/TimeChart

Line doesn't render

zadeviggers opened this issue · 1 comments

When using beta 9, lines won't render. This was fixed in fabd3f0, but the fix was never published.
A temporary solution is to change package.json to download the library directly from Git Hub.

	"dependencies": {
-		"timechart": "^1.0.0-beta.9"
+		"timechart": "github:huww98/TimeChart"
	}

1.0.0-beta.10 published, along with some dependency update. Thanks.