mhkeller / vega-lite-api-examples

A repository containing Vega-Lite-API implementations of all of the examples in the Vega-Lite gallery. Work in progress and contributors welcome!
6 stars 2 forks source link

Area #4

Closed ray-turla closed 11 months ago

ray-turla commented 11 months ago

Changes

  1. Update spec.mark type to object
  2. area_density_facet_normalize
  3. area_density_facet
  4. area_density_stacked_fold
  5. area_density_stacked
  6. area_density
  7. area_gradient
  8. area_horizon
  9. area_overlay
  10. area_params
  11. area_temperature_range
  12. area_vertical
  13. area
  14. Add area samples
  15. area_cumulative_freq
  16. Update area_horizon
  17. Add more area samples
  18. Revert spec file changes
  19. Update spec implementation
  20. Update test template to change spec.mark from string to object
  21. Update readme template

    *Need to change template-test.js to change spec.mark to an object which vl.mark() renders

mhkeller commented 11 months ago

Got it. Very interesting and always neat to learn something new!

mhkeller commented 11 months ago

These are great! Thanks a bunch for putting this all together!