We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi,
The "Line Chart with Point Markers" seems broken. The points are not shown.
I even tested with the demo chart with spec below.
<vega-lite :spec="demo_spec"></vega-lite>
where demon_spec is:
{ "$schema": "https://vega.github.io/schema/vega-lite/v2.6.0.json", "description": "Stock prices of 5 Tech Companies over Time.", "data": {"url": "https://vega.github.io/editor/data/stocks.csv"}, "mark": { "type": "line", "point": true }, "encoding": { "x": {"timeUnit": "year", "field": "date", "type": "temporal"}, "y": {"aggregate":"mean", "field": "price", "type": "quantitative"}, "color": {"field": "symbol", "type": "nominal"} }
-thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
The "Line Chart with Point Markers" seems broken. The points are not shown.
I even tested with the demo chart with spec below.
<vega-lite :spec="demo_spec"></vega-lite>
where demon_spec is:
-thanks
The text was updated successfully, but these errors were encountered: