Toshiro Takahashi
Toshiro Takahashi
this code worked on 2019-09-01, but now I get an error. code test-tx.js ``` const libracore =require('libra-core') const client = new libracore.LibraClient({ network: libracore.LibraNetwork.Testnet }); const accountAddress = '7f58df27522872ecfac340c5c072427e6f8083ca3c79bb748cdd1ae073dacc42'; const...
更に、lineTo: [hoge, piyo] がデータに無い時は hidden にしたい。 使用例:推移グラフなどで、数日後のメモをあらかじめ書いておいてその日が来たら自動的に表示させたい。過ぎた日のメモは自動で消したい。
test
ccchartの上にレイヤーとしてのキャンバスを重ねてみた https://ccchart.org/test/layer-canvas/layer-20171231.html
ちょっと考えてみる 設定部分で関連しそうなのはこの辺。Pie type以外のY軸を使うチャートにはほぼすべて影響する。 ``` //水平目盛り線AxisXの本数 if(typeof this.op.config.axisXLen === 'number'){ this.axisXLen = this.op.config.axisXLen; } else { if(typeof this.gcf.axisXLen === 'number'){ this.axisXLen = this.gcf.axisXLen; } else { this.axisXLen = 10; //default //Y目盛を小数点無しで...
type:stacked で type:bar のように barwidth を自動調整したい。 thanx temp さん。 sample: barwidth を省略して幅が大きくなりすぎたサンプル http://jsfiddle.net/u4paw3Lt/2/ こんな感じの幅にccchart自身で自動調整して欲しい http://jsfiddle.net/u4paw3Lt/5/
thanx 下り専門@kudarisenmonさん > https://twitter.com/kudarisenmon/status/785976172924448768 > 下り専門@kudarisenmon > @toshirot ccchart使ってみました。公開ありがとうございます。高校物理の教材を作ってみました。 http://kudarisenmon.github.io/wave-simulator/ > スムーズに動いていい感じなのですが、「反射」を表現するためimgを使ってjpg背景画像で壁を作ったらかなりチラつきます リアルタイム+画像でちらつく問題を再現してみる http://jsfiddle.net/UkdvS/671/
lineDash http://ccchart.org/test/lineDash/test1.htm http://ccchart.org/js/ccchart-v1.12.01b.js lineDashSetが必要
“useVal”: “yes”の時の三桁カンマ http://ngw.jp/~tato/wp/?page_id=3501#comment-6556
gerhard> hi again! here is a feature request: like the Option xLines I would like to have something like Option "yLines" to mark and describe special Points (incl. description on...