mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
0ee53bbc01
Fixed some typos too.
17 lines
409 B
Plaintext
17 lines
409 B
Plaintext
title: HelloThere
|
|
|
|
This is a demo of TiddlyWiki5 incorporating a plugin for the [[D3.js]] visualisation library.
|
|
|
|
! Word Cloud
|
|
|
|
<$d3cloud data="CloudData" spiral={{$:/spiral}}/>
|
|
|
|
|
|
//[[Raw data|CloudData]]//
|
|
|
|
! Bar Chart
|
|
|
|
<$d3bar grouped={{$:/grouped}} data="GraphData"/>
|
|
<$button set="$:/grouped" setTo="yes">grouped</$button> <$button set="$:/grouped" setTo="no">stacked</$button>
|
|
|
|
//[[Raw data|GraphData]]// |