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

Bar #5

Closed ray-turla closed 11 months ago

ray-turla commented 11 months ago

Changes

  1. argmin_spaces
  2. bar_1d_binned
  3. bar_1d_temporal
  4. bar_1d
  5. bar_grouped_repeated
  6. bar_grouped_repeated_normalized
  7. bar_grouped_stacked
  8. bar_1d_step_config
  9. bar_grouped_step_for_offset
  10. bar_grouped_step_for_position
  11. bar_grouped_thin
  12. bar_heatlane
  13. bar_heatlane_normalized
  14. bar_layered_transparent
  15. bar_layered_weather
  16. bar_layered_weather_normalized
  17. bar_month
  18. bar_month_band
  19. bar_month_band_config
  20. bar_month_temporal
  21. bar_month_temporal_initial
  22. bar_multi_values_per_categories
  23. bar_negative
  24. bar_negative_horizontal_label
  25. bar_negative_horizontal_label_normalized
  26. bar_params
  27. bar_params_bound
  28. bar_percent_of_total
  29. bar_ranged_not_binned
  30. bar_size_default
  31. bar_size_explicit_bad
  32. bar_size_fit
  33. bar_size_responsive
  34. bar_size_responsive_normalized
  35. bar_size_step_small
  36. bar_sort_by_count
  37. bar_swap_axes
  38. bar_swap_custom
  39. bar_title
  40. bar_title_start
  41. bar_tool
  42. bar_tool_aggregate
  43. bar_tool_groupby
  44. bar_tool_multi
  45. bar_tool_title
  46. bar_x_offset_without_x_broken
  47. bar_yearmonth
  48. bar_yearmonth_custom_format
  49. bar
mhkeller commented 11 months ago

Great you're on a roll with these! Incredible. Is this all done and ready to be merged?

ray-turla commented 11 months ago

Great you're on a roll with these! Incredible. Is this all done and ready to be merged?

Yes. They're all ready.