From 6efdddf9d592eb8a1651700d9c56617455e78464 Mon Sep 17 00:00:00 2001 From: Chen Yu Date: Thu, 27 Sep 2018 20:52:54 +0800 Subject: [PATCH] Release v0.2.0 (#46) * update: add default server * doc: enable auto to top * update: update with cita 0.18 * update: update with cita 0.18 (#23) * update: update auto metadata fetch * fix: fix transaction account display * fix: fix transaction count display * update: decimal block height, gas, transaction index * update: decimal block height, gas, transaction index * update: update gas to quota * update: update block number to block height, and update selector text * update: format value to coin * update: display age as 'x days x hrs x mins x secs age' * update: update diagram display * update: add economical model in metadata panel * update: update transaction type returned by observable * update: add version of chain in metadata panel * update: recover value to non unit * update: fix display when 0 sec * update: add economical model in metadata panel (#33) * update: update banner ui * update: hide lng selector if no choices * fix: fix value display in search panel * update: update default server list * update: update charts ui * update: hide version and economical model * update: update tel invite link (#41) * update: update doc to load project from cdn (#38) * fix: fix graph title --- .gitignore | 2 ++ src/containers/Graphs/index.tsx | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 194023c..8de4ba1 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,8 @@ lib # Build dist +Microscope +*.tar.gz # Optional npm cache directory .npm diff --git a/src/containers/Graphs/index.tsx b/src/containers/Graphs/index.tsx index d3821aa..fb192cc 100644 --- a/src/containers/Graphs/index.tsx +++ b/src/containers/Graphs/index.tsx @@ -227,7 +227,7 @@ class Graphs extends React.Component { const source = getBlockSource({ blocks }) const timeCostOption = { title: { - text: `Interval(in ms) for the Latest ${this.state.maxCount}`, + text: `Interval (in ms) for the Latest ${this.state.maxCount} Blocks`, textStyle: { fontSize: 16 }