Граф коммитов

108 Коммитов

Автор SHA1 Сообщение Дата
youcaiyouyoucai a20e88b2d2
Manually control the loading of JS resources (#148) 2024-09-23 11:08:16 +08:00
jeffersyuan1976 2e71160e9f
fix: Bullet/Bubble/Violin Chart Render & deadloop of afterrender from G2Plot and AfterChartRender in ChartComponentBase (#145)
* fix: Bullet cannot be rendered.

* fix: deadloop of afterrender from G2Plot and AfterChartRender of ChartComponentBase

* fix: Bubble, Violin Chart render issue

---------

Co-authored-by: Jeffers <Jeffersyuan@163.com>
2024-07-10 09:19:06 +08:00
jeffersyuan1976 fbf70d132d
Fix: OnFirstRender Not triggered. (#143)
Co-authored-by: Jeffers <Jeffersyuan@163.com>
2024-07-06 11:20:20 +08:00
jeffersyuan1976 7c7e34e235
fix: The funnel plot cannot be transposed (#142)
Co-authored-by: Jeffers <shaobo.yuan@waes.cn>
2024-07-05 18:04:22 +08:00
Echo Jia 5a6e5c8e86
Updated config to fit the latest g2plot (#141) 2024-06-20 21:40:32 +08:00
Maksim d71cb7bf83
docs: Actual get started in README (#136) 2024-04-03 22:07:56 +08:00
James Yeung 514fbd8482
fix(module: core): update data after chart render (#133) 2024-02-02 20:11:33 +08:00
James Yeung ed13fda636
fix js initializer (#132)
* fix js initializer

* update document
2024-01-21 19:53:18 +08:00
Jerry 47524ea30f
Fixed Gauge Chart serialization (#131) 2024-01-20 16:55:46 +08:00
James Yeung 6897f94c83
feat: setup js initializers (#130) 2024-01-01 22:38:44 +08:00
James Yeung 88b3b1fe77
Add .NET 8 (#128) 2023-11-18 22:36:24 +08:00
HuaFangYun 887ee84808
Fixed column chart reports an error when the data is empty (#127)
Column chart reports an error when the data is empty
2023-10-20 22:50:05 +08:00
Jerry 49a967a6ec
fix: RegressionLine Serialization (#113) (#114) 2023-03-13 16:07:23 +08:00
James Yeung 81e673cfc1
add github action to check build (#109) 2023-01-11 21:27:49 +08:00
Donovan Charles c4685c91a6
fix: added PieLabelConfigLine class and renamed existing interface to follow standards. (#108) 2023-01-11 17:01:25 +08:00
Jerry 1ac38fee9c
fix: G2Plot 2.0 Migration (#102)
* Fixed derived class property not interop issue

* Replaced GuideLine with Annotation

* Updated demo

* Updated file-scoped namespace to support older c# version

* Updated stockChart to use cached data and fixed loading issue

* Added obsolete attribute for DensityHeatMap

* Updated demo for new DensityHeatMap

* Minor cleanup

* Added obsolete tag for IViewConfig.Title

* Removed IViewConfig.Title examples

* Added obsolete tag for IViewConfig.Description

* Removed IViewConfig.Description examples

* Added obsolete tag for IViewConfig.Responsive

* Removed IViewConfig.Responsive examples

* Fixed missing axis display bug

* Added cached TimePeriod json

* Added ScrollBar and Slider

* Updated demo

* Fixed all CS0108 warning

* Added IsStack, IsPercent and IsRange for Bar

* Added IsStack, IsPercent and IsRange for Column

* Updated Bar demo

* Updated Range demo

* Added stack-column-data.json

* Added more DualAxes demo

* Updated Scatter plot

* Updated Bubble and Scatter demo

* Updated Gauge Plot

* Updated Gauge demo

* Updated Liquid Plot

* Updated Liquid demo
2023-01-11 15:30:15 +08:00
D/I 1c2e30c003
Fix GaugeConfig StartAngle & EndAngle to double. (#106) 2023-01-11 10:38:10 +08:00
James Yeung b29aa31e31
Update target framework and deps (#101) 2023-01-04 21:31:11 +08:00
Jerry 8181eff5fa
fix: Added AutoFit (#99)
* Fix: Width overwitten bug

* Fix: MainLayout shinking resize bug

* Removed incorrect fix

* Added AutoFit property

* Removed console logging

* Added obsolete tag for ForceFit

* Fixed warning for ForceFit and replace it with AutoFit
2023-01-04 00:49:10 +08:00
Donovan Charles 8e2002c274
Added Box and Violin chart. (#97)
* feat: added box plot

* feat: added demo for Box Chart.

* feat: added violin plot

* feat: added Violin chart.

Co-authored-by: Jerry <superjerry88@hotmail.com>
2023-01-01 01:17:14 +08:00
JimmyCui 6c583cb840
feat: Add Stock Chart (#77)
* 測試

* 修正資料來源

* Add comment

Co-authored-by: Jimmy.Cui <iron0714@hotmail.com>
2022-05-10 10:08:48 +08:00
quirynen 0ab19242b5
Feature: Add IsStack property (#61)
* Adding IsStack

* Add IsStack as Json Property for line Config
2021-11-09 13:24:11 +08:00
Maksim 1aa2963990
Use g2plot.min.js (#50) 2021-05-06 17:38:45 +08:00
Maksim 89e961ba3a
Publish library before pack (#49)
* Publish library before pack

* dotnet pack to all target frameworks at once
2021-05-06 17:37:56 +08:00
Maksim 1f2f10e770
Fix github actions (#48) 2021-05-06 14:15:16 +08:00
Maksim 05d030b5e5
Added 'selected' option to Legend (#47)
* Added 'selected' option to Legend

* Grouping properties
2021-05-06 14:11:41 +08:00
TimChen 3b783eed89 增加帮助 2021-04-13 08:31:41 +08:00
TimChen f01dcb3855 增加动态示例 2021-04-13 08:31:41 +08:00
TimChen 87aeb730f2 改善测试界面 2021-04-13 08:31:41 +08:00
TimChen af38f89a49 增加json配置和js配置 2021-04-13 08:31:41 +08:00
TimChen 7dac9340f9 fix bug 2021-04-13 08:31:41 +08:00
TimChen 05fce645e9 upgrade Step 2021-04-13 08:31:41 +08:00
TimChen 48708b6d6d fix AppendPadding bug 2021-04-13 08:31:41 +08:00
TimChen e6ec3b9dcc upgrade Area 2021-04-13 08:31:41 +08:00
TimChen 9f9e4ea846 upgrade DualAxes 2021-04-13 08:31:41 +08:00
TimChen b985a3e3c3 Upgrade Pie and Add appendPadding 2021-04-13 08:31:41 +08:00
TimChen 440ba86c3c Upgrade Bar 2021-04-13 08:31:41 +08:00
TimChen a7dfa1ecf0 Upgrade Column 2021-04-13 08:31:41 +08:00
TimChen 611cc68a22 Data取消强类型,改用object 2021-04-13 08:31:41 +08:00
TimChen 5d0494cca3 升级.net5 2021-04-13 08:31:41 +08:00
Jason Liao c678a3e45d
fix(bar): - add missing Offset on X and Y (#42)
* fix - add missing Offset on X and Y

add missing Offset on X and Y
  yAxis:{
    offsetY: -32,
    offsetX: 60
  }

* add demo for #1

add demo for fix - add missing Offset on X and Y #1
2021-04-07 11:34:27 +08:00
James Yeung 55a8764677
Update FUNDING.yml 2020-12-01 14:54:46 +08:00
TimChen 880c3d155a feat: add titleclick event 2020-08-22 16:28:07 +08:00
TimChen 526b7c447e fix: Column XAxis YAxis, Gauge Bullet Liquid int to decimal 2020-08-19 14:39:25 +08:00
TimChen 6c90e9a485 fix: test 2020-08-19 14:39:25 +08:00
henry.zhang 9fd44cbc98 fix: issue #19 BulletViewConfigData Ranges to double[] 2020-08-15 21:52:48 +08:00
henry.zhang 1ef4ebc55d fix: json serilize problem. 2020-08-15 21:52:48 +08:00
henry.zhang 61bb352ee5 fix: update label object with OneOf<object, Label> inI QuadrantConfig 2020-08-15 21:52:48 +08:00
henry.zhang 1844b25e3c fix: pointstyle opacity change to double, the label in quadrant change to object. 2020-08-15 21:52:48 +08:00
TimChen cc995f6235 修改Demo使用组件包中的g2plot.js 2020-08-06 20:09:44 +08:00