{"id":13810534,"url":"https://github.com/yugasun/x-chart","last_synced_at":"2025-04-05T23:09:57.582Z","repository":{"id":41374516,"uuid":"132838524","full_name":"yugasun/x-chart","owner":"yugasun","description":"🚀 x-chart is a draggable \u0026 resizable data visualization system","archived":false,"fork":false,"pushed_at":"2022-07-01T08:41:33.000Z","size":12485,"stargazers_count":447,"open_issues_count":1,"forks_count":55,"subscribers_count":16,"default_branch":"dev","last_synced_at":"2025-03-29T22:07:15.007Z","etag":null,"topics":["draggable","echarts","resizable","resizable-data-visualization","vite","vue","vue-ts-starter"],"latest_commit_sha":null,"homepage":"https://x-chart.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yugasun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://github.com/yugasun/buy-me-a-coffee","https://www.buymeacoffee.com/yugasun"]}},"created_at":"2018-05-10T02:35:41.000Z","updated_at":"2024-12-22T14:31:12.000Z","dependencies_parsed_at":"2022-08-31T04:42:09.867Z","dependency_job_id":null,"html_url":"https://github.com/yugasun/x-chart","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yugasun%2Fx-chart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yugasun%2Fx-chart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yugasun%2Fx-chart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yugasun%2Fx-chart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yugasun","download_url":"https://codeload.github.com/yugasun/x-chart/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247411235,"owners_count":20934653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["draggable","echarts","resizable","resizable-data-visualization","vite","vue","vue-ts-starter"],"created_at":"2024-08-04T02:00:58.190Z","updated_at":"2025-04-05T23:09:57.566Z","avatar_url":"https://github.com/yugasun.png","language":"TypeScript","funding_links":["https://github.com/yugasun/buy-me-a-coffee","https://www.buymeacoffee.com/yugasun"],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"80\" src=\"./logo.png\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://vuejs.org/\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/Vue-3.2.25-42b883\" alt=\"Vue3\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://echarts.apache.org/\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/ECharts-5.3.3-brightgreen\" alt=\"ECharts\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://vitejs.dev\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/Vite-2.9.7-747bff\" alt=\"Vite\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://pinia.vuejs.org\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/Pinia-2.0.14-f7d336\" alt=\"Pinia\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://www.typescriptlang.org/\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/TypeScript-4.6.4-blue\" alt=\"TypeScript\" /\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n[简体中文](./README.zh-CN.md) | English\n\n## Introduction\n\n`x-chart` is a draggable \u0026 resizable data visualization dashboard. Based on [Vue.js](https://github.com/vuejs/vue), [vue-echarts](https://github.com/ecomfe/vue-echarts) and [vue-grid-layout](https://github.com/yugasun/vue-grid-layout/tree/pro/compass).\n\n\u003e **Notice** This version is rewrote by `typescript`, if you want the old version by `javascript`, you can checkout tag `v0.1.2`.\n\n## Develop\n\n```bash\n# clone the project\ngit clone https://github.com/yugasun/x-chart.git\n\n# install dependency\npnpm install\n\n# develop\npnpm run dev\n\n# build\npnpm run build\n\n# deploy for Github page\npnpm run deploy\n\n# build docker image\npnpm run docker:build\n\n# run docker image in container, after this you can visit demo by: http://localhost:8080\npnpm run docker:run\n\n# run into current docker container\npnpm run docker:exec\n```\n\n## Feature\n\n-   [x] Base on template [vue-ts-starter](https://github.com/yugasun/vue-ts-starter) (Vue3 + Vite + TypeScript)\n-   [x] Configurable dashboard: all modules render depend on the api.\n-   [x] Chart modules are draggable and resizable.\n-   [x] Customized and beautify charts using echarts.\n-   [x] Frontend data mock demo using [msw](https://mswjs.io/docs/) Seamless REST/GraphQL API mocking library for browser and Node.js.\n-   [x] Docker deploy.\n\n## Demo\n\n![x-chart](./demo/1.png)\n\n[Online Preview](https://x-chart.vercel.app/).\n\n## Notice\n\nFor Chinese if you `npm install` slowly, you can create `.npmrc` file with below content:\n\n```shell\nregistry=https://registry.npm.taobao.org/\nphantomjs_cdnurl=http://cnpmjs.org/downloads\nsass_binary_site=https://npm.taobao.org/mirrors/node-sass/\n```\n\n## License\n\n[MIT](./LICENSE)\n\nCopyright (c) 2018-present yugasun\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyugasun%2Fx-chart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyugasun%2Fx-chart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyugasun%2Fx-chart/lists"}