-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add simple examples #6
Comments
In the
but it will throw |
What a silly mistake, thanks for catching that. |
Also, that tutorial might be easier to follow if the constant and key in the constant weren't both called "data." |
Include the data if possible in the code examples. |
First simple tutorial for a bar chart: |
Two more examples: |
Would it be possible to make For example, I took a look at I created a HistogramChart based on that example and copied generated |
This is a good point @zettadam. I'll put together a summaryType walkthrough and be very specific about this. I think the ORFrame data abstraction is the most "magic" part of Semiotic based on feedback. I think it's a good model but I know I need to explain it better. |
Has anyone had success with Semiotic on bl.ocks.org? Perhaps possible using babel-standalone. |
People have shared examples using StackBlitz and I know there was some talk about creating an unpkg version, which would make it blocks friendly. |
Just discovered this https://github.com/emeeks/semiotic-examples |
Yeah, it's my Twitch repo. I've been so irregular with Twitch that I haven't sort of mentally integrated the results with the rest of Semiotic, but it's getting to be a growing set of examples. |
Nice! Are there video recordings of the Twitch sessions? |
The videos are stored for two weeks at https://www.twitch.tv/elijahmeeks/videos/all and I've downloaded the old ones and I need to edit them and put them on Youtube. |
@curran, also you might want to follow along #70 for the standalone discussion for usage with bl.ocks or blockbuilder. If you wanted to use my bundled version, https://rawgit.com/timelyportfolio/semiotic/standalone/dist/semiotic.js. Will be namespaced
|
Here is a quick example http://blockbuilder.org/timelyportfolio/2657963ea577afe43b6eeab798b31c67 using my temporary standalone version of Semiotic. I have not worked out the CSS part yet. |
@timelyportfolio Excellent! |
Is there a "tutorials" section anywhere? If so, this would be a good link to add there https://medium.com/@matt_herman/shared-tooltips-in-semiotic-cd8fdf140d5a |
Add examples in the interactive documentation that show the code for minimal, effective traditional charts:
The text was updated successfully, but these errors were encountered: