canon

Reusable React environment and components for creating visualization engines.

GPL-3.0 License

Downloads
1.4K
Stars
27
Committers
19
canon - @datawheel/[email protected]

Published by davelandry over 5 years ago

  • adds postcss-flexbugs-fixes (42760b8)
  • passes fast-sort through babel-loader (7c495f8)
  • fixes IE innerHTML polyfill causing lag in non-IE (ee7b919)
canon - @datawheel/[email protected]

Published by davelandry over 5 years ago

  • hides auto-generated titles (ccb2b48)
  • makes DatasetSelect full-width (83818c8)
  • moves sourceBlock above children in Sidebar (64207f9)
  • removes individual and combination queries from view (c6f4dcc)
  • enables tableLogic property to determine the default cube on multiple table measures (fab5bb8)
  • enables groupLimit property to limit groupings in a view (89087bb)
  • enables hide_in_map annotation for cubes (81903a8)
canon - @datawheel/[email protected]

Published by davelandry over 5 years ago

  • passes fast-sort through babel-loader (ddb3c31)
  • adds postcss-flexbugs-fixes (2067cc7)
  • fixes IE innerHTML polyfill causing lag in non-IE (3971ae0)
canon - @datawheel/[email protected]

Published by davelandry over 5 years ago

  • Merge pull request #502 from Datawheel/issue-494 (61ebf72)
  • fixes attr lookup to properly retrieve for urlswap (ae04856)
canon - @datawheel/[email protected]

Published by davelandry over 5 years ago

  • allows needs to change HTTP response (a8576c2)
canon - @datawheel/[email protected]

Published by davelandry over 5 years ago

  • fixes CSS color() support (closes #501) (26dea2c)
  • adds hotjar support via CANON_HOTJAR (1bf79e2)
  • fixes plugin env var links in DOCS (1841db0)
  • adds env var section to CMS docs (2ab7699)
  • beefs out CANON_CONST docs (65025c6)
  • Merge pull request #500 from Datawheel/docs-new-env-vars (d856388)
  • adds documentation for 2 new env vars (f3e36ed)
  • updates dev dependencies (14d39b8)
canon - @datawheel/[email protected]

Published by davelandry over 5 years ago

  • adds hotjar support through CANON_HOTJAR (167852f)
canon - @datawheel/[email protected]

Published by davelandry over 5 years ago

  • fixes bug in cms viz render and model seeding (b85c8cd)
  • adjusts locale controls in nav, converts all locale cards to two column layout, moves dark theme to media query (fc00c7b)
  • removes unnecessary styling from Options (c9471a5)
  • refactors Options to use HTML elements (ed287fd)
  • ports over Card topic refactor from cms-0.1 (f9e1379)
canon - @datawheel/[email protected]

Published by davelandry over 5 years ago

  • simplifies Options buttons to use native HTML tags (f4335f7)
  • Updates Card Stats Efficiency (19ae3a3)
  • Re-orders stat divs in Card (d841e77 & 7753932)
canon - @datawheel/[email protected]

Published by davelandry over 5 years ago

  • fixes bugs on member deep list implementation (97a22c6)
canon - @datawheel/[email protected]

Published by davelandry over 5 years ago

  • implements deeplist in grouping member selector (0a050dc)
  • removes "All {levelName}" from chart titles when there's no cut related closes #484 (eb72c53)
  • updates params on development app for vizbuilder (76bd8e6)
  • prevents rendering of sum type charts for Percentage and Rate measures (7154a05)
  • hides totals for charts with Percentage and Rate units in vizbuilder (f556317)
canon - @datawheel/[email protected]

Published by davelandry over 5 years ago

  • implements initial level selector with deeplist mode (18d8de9)
  • updates domain on scale for measures with "SAT Score" units closes #479 (c3f2b5f)
  • updates confidence interval checkbox behavior to improve load times moves logic from issue #447 to lineplot config (de1302f)
  • updates chart title generator to new specifications closes #475 (f744c8c)
  • updates logic for baseline with non-divisible units closes #480 (31ebe7e)
canon - @datawheel/[email protected]

Published by davelandry over 5 years ago

  • updates minor d3plus dependencies (36f00d9)
canon - @datawheel/[email protected]

Published by davelandry over 5 years ago

  • updates minor d3plus dependencies (e016d0a)
canon - @datawheel/[email protected]

Published by davelandry over 5 years ago

IMPORTANT NOTE: This is a breaking upgrade for existing CMSes - they need to rename all their tables with canon_cms_ prepended on the table names.

  • adds proper reference models for tablenames (e74f704)
  • adds tableName to models - still broken on create though (8167b5b)
canon - @datawheel/[email protected]

Published by davelandry over 5 years ago

  • removes alter:true from dbsync, not recommended for prod and causes index bug (146fa59)
canon - @datawheel/[email protected]

Published by davelandry over 5 years ago

  • fixes issue with new data array being passed to Options component (c0aaf1f)
canon - @datawheel/[email protected]

Published by davelandry over 5 years ago

  • fixes bug when passing new data array to a viz for Options table (afba84f)
canon - @datawheel/[email protected]

Published by davelandry over 5 years ago

This release adds hierarchy (levels) to profiles. The search endpoint now has a ?levels=Comma,Separated,Levels option to filter your results by level. This filtering is done implicitly in the CMS - if you are on a given profile, the search bar will only return levels that are appropriate for the currently open profile.

IMPORTANT NOTE: This includes a breaking database change. A levels column of the type ARRAY needs to be added to the profile table for databases created in v0.2.x.

  • adds level filtering to search endpoint (5787ff2)
  • adds more search hooks for levels (82393bc)
  • adds levels column to profiles and updates search endpoints (a3e3b55)
canon - @datawheel/[email protected]

Published by davelandry over 5 years ago

  • adds support for hide_in_map annotation (8d6b65b)
  • adds initial support for general duplicate chart removing (cec0715)
  • adds support for hide_in_map annotation (377f175)
  • fixes bug on confidence interval checkbox (67546a2)
  • adds support for unit-related modifications in chart configs (1e7eb3e)
  • prevents members with no data to appear in the groupings cut options closes #453 (5279523)
  • removes old loadControl function (6b57513)
  • adds support for ui_default_drilldown annotation closes #436 (7f136d0)