Skip to content
New issue

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

Line Chart with Point Markers seems not working #50

Open
ooasis opened this issue Aug 9, 2019 · 0 comments
Open

Line Chart with Point Markers seems not working #50

ooasis opened this issue Aug 9, 2019 · 0 comments

Comments

@ooasis
Copy link

ooasis commented Aug 9, 2019

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant