Code Insights: Add Series and Categorical charts
Created by: vovakulikov
Closes part of https://github.com/sourcegraph/sourcegraph/issues/32944
Background
This PR slightly changes the API of both charts (mostly getting rid of static URL links at series and replacing it with a function-based getter approach) and introduces a new level of abstraction over charts - views. More on this read in README.md which also was added in this PR
Test plan
- Make sure that all storybook stories render proper charts
- Make sure that README provides clear info about charts and new abstractions over charts