All Projects → tiddly-gittly → tw-echarts

tiddly-gittly / tw-echarts

Licence: MIT License
An All-in-one Visualization Framework for TiddlyWiki5 based on ECharts

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to tw-echarts

twsr
Standalone Spaced Repetition System for TiddlyWiki
Stars: ✭ 15 (-11.76%)
Mutual labels:  tiddlywiki, tiddlywiki5, tiddlywiki-plugin
tw5-markdown
Comprehensive Markdown plugin for TiddlyWiki
Stars: ✭ 26 (+52.94%)
Mutual labels:  tiddlywiki, tiddlywiki5, tiddlywiki-plugin
tiddlywiki-remotestorage
a syncadaptor plugin that saves tiddlers on custom remoteStorage directories
Stars: ✭ 20 (+17.65%)
Mutual labels:  tiddlywiki, tiddlywiki5
Notebook
Notebook is a clean, uncluttered theme for TiddlyWiki.
Stars: ✭ 53 (+211.76%)
Mutual labels:  tiddlywiki, tiddlywiki-plugin
CodeMirror-Mode-TiddlyWiki5
Adds Syntax Highlighting & Hint for TiddlyWiki5 tiddlers (text/vnd.tiddlywiki) to the CodeMirror.
Stars: ✭ 19 (+11.76%)
Mutual labels:  tiddlywiki5, tiddlywiki-plugin
tw5-checklist
Simple checklist widget for TiddlyWiki5:
Stars: ✭ 47 (+176.47%)
Mutual labels:  tiddlywiki, tiddlywiki5
tw5-locator
TiddlyWiki plugin: Discover and search by context, related tags
Stars: ✭ 38 (+123.53%)
Mutual labels:  tiddlywiki5, tiddlywiki-plugin
TW-Tamasha
Presentation and slideshow app using web technology based onTiddlywiki
Stars: ✭ 28 (+64.71%)
Mutual labels:  tiddlywiki, tiddlywiki5
tiddlywiki-ipfs
IPFS with TiddlyWiki
Stars: ✭ 50 (+194.12%)
Mutual labels:  tiddlywiki, tiddlywiki-plugin
TW5-CodeMirror-Enhanced
An enhanced for CodeMirror framework in TiddlyWiki, including TW5 highlight, WikiLink auto-completion, expandable hint, snippets, etc.
Stars: ✭ 24 (+41.18%)
Mutual labels:  tiddlywiki5, tiddlywiki-plugin
echarts-for-wechat-wepy
echarts微信小程序wepy版本封装
Stars: ✭ 29 (+70.59%)
Mutual labels:  echarts
echarts-china-map
echarts 中国地图版
Stars: ✭ 81 (+376.47%)
Mutual labels:  echarts
data-visualization
🔗 configurable data visualization
Stars: ✭ 18 (+5.88%)
Mutual labels:  echarts
zabbix-monitor
monitor system based on zabbix API pyzaabix grafana
Stars: ✭ 70 (+311.76%)
Mutual labels:  echarts
aaocp
一个对用户行为日志进行分析的大数据项目
Stars: ✭ 53 (+211.76%)
Mutual labels:  echarts
EChartsAnnotation
ECharts的Java注解框架
Stars: ✭ 22 (+29.41%)
Mutual labels:  echarts
fishing-funds
基金,大盘,股票,虚拟货币状态栏显示小应用,基于Electron开发,支持MacOS,Windows,Linux客户端,数据源来自天天基金,蚂蚁基金,爱基金,腾讯证券,新浪基金等
Stars: ✭ 424 (+2394.12%)
Mutual labels:  echarts
grafana-echarts-panel
Grafana集成Echarts
Stars: ✭ 49 (+188.24%)
Mutual labels:  echarts
recharts2
An R Interface to Baidu Echart3 Library
Stars: ✭ 31 (+82.35%)
Mutual labels:  echarts
charts
📊 A set of charts based on rsuite and ECharts
Stars: ✭ 65 (+282.35%)
Mutual labels:  echarts

ECharts for TiddlyWiki5

When I first started using TiddlyWiki a long time ago, I wanted TiddlyWiki to be able to visualize data. I wanted to generate charts directly from the data in the tiddlers, I wanted to depict the logical relationships between tiddlers, I wanted to be able to count word clouds, I wanted to be able to describe the data in an intuitive way...

Unfortunately, despite the official d3.js plugin, it is not yet within the reach of the average user: the plugin only wraps the JS library and gives only two simple examples of its use. d3.js is a highly free but therefore expensive to learn visualization library, and to use it for various visualization tools, you need to write standalone controls using JavaScript, which is too geeky for the average user.

So I import another well-known visualization library ECharts to provide a less complex and more extensible visualization framework for the average user by leveraging ECharts' (relatively) ease of configuration and use and the richness of its visualization. That's how this project started.

The first author of this project is Gk0Wk, and this is also an open source project using the MIT open source license , the project uri is https://github.com/tiddly-gittly/tw-echarts. I just built a framework that makes it easy to use ECharts, but it's up to everyone who uses it to decide exactly how to visualize it and what data they can visualize. So feel free to share your visualization components (explained below) in GitHub Discussions, or make suggestions in GitHub Issues. Looking forward to your creative new ideas!

This project is part of the TW China community ecosystem, we have been developing plugins and writing tutorials for TiddlyWiki, and are dedicated to promoting and exploring this powerful but niche software, welcome to join us at:

To use this plugin, or if you have any problems using it, please read: https://tiddly-gittly.github.io/tw-echarts/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].