Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 1.16 KB

TODO.md

File metadata and controls

57 lines (43 loc) · 1.16 KB

Core

  • Allow for changing of datakey

Finish PostHog execute() function

  • Finish LineChartType
  • Finish BarChartType
  • Finish AreaChartType
  • Finish CumulativeLineChartType
  • Finish NumberChartType
  • Finish PieChartType
  • Finish BarTotalChartType
  • Finish TableChartType
  • Omit WorldChartType

Finish react charts package

  • Finish LineChartType
  • Finish BarChartType
  • Finish AreaChartType
  • Finish CumulativeLineChartType
  • Finish NumberChartType
  • Finish PieChartType
  • Finish BarTotalChartType
  • Finish TableChartType
  • Omit WorldChartType

Create generic component

Variants:

  • Normal
  • Breakdown
  • Normal Compare
  • Breakdown Compare

Publishing:

  • Publish core types package
  • Publish posthog-generator package
  • Publish posthog package
  • Publish react package
  • Publish next package

Docs

  • Docs for core types package
  • Docs for posthog-generator package
  • Docs for posthog package
  • Docs for react package
  • Docs for next package

Future

  • Cache results in indexdb on client
  • If the chart root type doesn't change (i.e line -> bar), don't make a network call do it on client