Skip to content

Commit

Permalink
docs: update blog
Browse files Browse the repository at this point in the history
Signed-off-by: frank-zsy <[email protected]>
  • Loading branch information
frank-zsy committed Feb 14, 2025
1 parent a383743 commit 623c2a1
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 19 deletions.
2 changes: 1 addition & 1 deletion blog/2024-04-04-redis-analysis/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import SimpleECharts from '@site/src/components/SimpleECharts';
<SimpleECharts divStyle={{ height: '350px' }} option={{
tooltip: { trigger: 'axis', axisPointer: { type: 'cross', crossStyle: { color: '#999' } } },
legend: { data: ['Redis-OpenRank', 'Valkey-OpenRank', 'Redis-Participant', 'Valkey-Participant'] },
xAxis: [{ type: 'category', data: ['2023.10', '2023.11', '2023.12', '2024.01', '2024.02', '2024.03', '2024.04', '2024.05', '2024.06', '2024.07', '2024.08'] }],
xAxis: [{ type: 'category', data: ['2023.10', '2023.11', '2023.12', '2024.01', '2024.02', '2024.03', '2024.04', '2024.05', '2024.06', '2024.07', '2024.08', '2024.09', '2024.10', '2024.11', '2024.12'] }],
yAxis: [{ type: 'value', name: 'OpenRank' }, { type: 'value', name: 'Participant' }],
series: [
{ name: 'Redis-OpenRank', type: 'bar', data: [54.66,62.44,64.91,68.75,63.02,62.15,41.4,33.91,34.37,30.28,30.7,36.4,32.48,26.84,25.81] },
Expand Down
Loading

0 comments on commit 623c2a1

Please sign in to comment.