-
Notifications
You must be signed in to change notification settings - Fork 1
Tutorial Brainstorming #69
Comments
I think this is great. For step 2, should we use pre-configured visualizations out of caleydo web? I'd prefer a simple, self-contained d3-example first. And then an example how to do this with a standard caleydo web view. |
@alexsb I think that's a good idea. I added your point to the list. |
I haven't checked that mini_mds example out, but maybe it is a useful basis for the tutorial. |
The plan is to create the following tutorials:
|
@mccalluc: Do you plan to also include the JSFiddle in the library only tutorial? |
Maybe? With things somewhat in flux right now, I'd be reluctant to have to manage code samples outside version control. When it seems stable, perhaps for the final example that wraps it all together? But I'd like a clearer sense of what we get from it... Does it suffice to have an easy checkout of the samples, or is the in-browser editing part of the sell? (TLDR: procrastinating on this particular question.) |
Sub-setting a dataset
Build dataset chooser
Further ideas
|
I feel like I might be missing something here. So far, I know how to create visualizations like
Naively, if I wanted to update that, I'd destroy that one and call the same method again, with a different value for matrix... but is there a better idiom? Something like mutating the |
No, you don't have to mutate the matrix object. The selection for the default visualizations work out-of-the-box. However, there was a CSS style missing to highlight the selection (the CSS class have been set before). Maybe that solves your problem? I forgot to mention, that I have to update the CSS of the library on S3. |
I updated the library files at S3. The selection is now highlighted in the tutorials. |
Not clear what is actionable here. If there should be a bug, please open a new one under Phovea. |
The Tutorial Section provide easy to read and replicated code snippets for newcomers.
I suggest a small project that is growing with every section, such as in the Angular 2 Tutorial. Every subsection covers a specific topic or part of the framework. We might also adapt these paragraphs for every subsection:
A list of topics that should be covered by the documentation:
Please comment, if you have further ideas. I will add them to the checklist later.
The text was updated successfully, but these errors were encountered: