openknowledge-archive / dpr-api

DEPRECATED - Data Package Registry API and Frontend
http://frictionlessdata.io/
MIT License
7 stars 6 forks source link

Vega support for DPR #309

Closed anuveyatsu closed 7 years ago

anuveyatsu commented 7 years ago

As a Publisher I want to add sophisticated graphs (using Vega) to my data package so that others can see how cool the data is

Acceptance Criteria

Tasks

anuveyatsu commented 7 years ago

@rufuspollock in the second example graph we have 2 resources for the view. At the moment we can render only with one resource per view. I think we should create a separate issue or even an epic to be able to render a view using several resources.

So I took another example http://vega.github.io/vega-editor/?mode=vega&spec=driving with a single resource.

rufuspollock commented 7 years ago

@anuveyatsu please add the driving item to the acceptance criteria here and move the other multi-resource item to the new multiple resource support item as a nice example.

anuveyatsu commented 7 years ago

FIXED in https://github.com/frictionlessdata/dpr-api/commit/212ef5ee9d8a6345a817e9456cb595fad1fa9b9a

Last PR in https://github.com/frictionlessdata/dpr-js/pull/149