我有3個部分section1,section2,section3,每個部分有3個部分正確,不正確和錯誤,然後每個部分在軌道中都有3個子部分H,M,L。查看軌道圖中的數據
{"section1"=>{"correct"=>{"h"=>"2", "m"=>"4", "l"=>"6"},
"wrong"=>{"h"=>"7", "m"=>"6", "l"=>"7"}, "blank"=>{"h"=>"5",
"m"=>"7", "l"=>"9"}}, "section2"=>{"correct"=>
{"h"=>"3", "m"=>"1", "l"=>"2"}, "wrong"=>{"h"=>"2", "m"=>"2",
"l"=>"2"}, "blank"=>{"h"=>"4", "m"=>"2", "l"=>"4"}}, "section3"=>
{"correct"=>{"h"=>"3", "m"=>"2", "l"=>"4"}, "wrong"=>{"h"=>"4",
"m"=>"4", "l"=>"6"}, "blank"=>{"h"=>"6", "m"=>"7", "l"=>"5"}}}
我想表明大約在表示圖形或者使用d3.js或谷歌圖表和我不知道怎麼給,可有人請建議這樣做的方式。 在此先感謝。
不確定d3.js但融合的圖表具有軌包裝在它https://github.com/ fusioncharts/rails-wrapper –
而且它很容易實現 –