Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
0c401ce
text component
stepanovit Mar 18, 2020
47266f8
renderCallback fix in table
stepanovit Mar 18, 2020
053690a
render callback fix
stepanovit Mar 20, 2020
f148db6
render callback fix
stepanovit Mar 20, 2020
86e77b9
safari fix show more
stepanovit Mar 25, 2020
bd8f134
safari fix show more
stepanovit Mar 25, 2020
a64a7fb
renderData
stepanovit Mar 26, 2020
0ba61ce
widgets.__ <-- lodash
stepanovit Mar 30, 2020
143c321
renderCallback
stepanovit Mar 31, 2020
602843f
many changes
stepanovit Apr 2, 2020
55a35ae
delete search widget
stepanovit Apr 2, 2020
cf2076e
(function(){...})()
stepanovit Apr 2, 2020
d9e8094
list background-color transparent
stepanovit Apr 3, 2020
8952cf9
gcharts column type
stepanovit Apr 3, 2020
a82352a
gcharts column type
stepanovit Apr 3, 2020
289134e
fix
stepanovit Apr 3, 2020
61daedb
fix amount & chart
stepanovit Apr 6, 2020
b190394
fix amount & chart
stepanovit Apr 6, 2020
87e1d71
disable cache
stepanovit Apr 6, 2020
a8f622b
fixes
stepanovit Apr 6, 2020
b9f2d98
tableOptions.dataOptions --> dataOptions
stepanovit Apr 7, 2020
94b0e8d
amount precision
stepanovit Apr 8, 2020
9b075bf
options.noData
stepanovit Apr 8, 2020
2ea2608
dataOptions.style
stepanovit Apr 9, 2020
720c838
dataOptions.style
stepanovit Apr 9, 2020
20a657c
amount.toExponential
stepanovit Apr 9, 2020
938558f
url in gpathiql modal
stepanovit Apr 17, 2020
585670f
pivot data done
stepanovit Apr 23, 2020
2cdfcc4
table_pivot
stepanovit May 5, 2020
0361316
table_pivot header colspan
stepanovit May 11, 2020
e9f4c3c
table_pivot colspan rowspan
stepanovit May 11, 2020
afbe033
table_pivot & chart_pivot
stepanovit May 13, 2020
2d57e81
template component for graph
stepanovit May 15, 2020
b6fbb44
js button
stepanovit May 19, 2020
ddc9a99
currency in graph, v 1.2.0
stepanovit May 20, 2020
38037ff
bug fix 1.2.1
stepanovit May 22, 2020
79e5b41
preloading
stepanovit May 25, 2020
2a5ce19
rename button GraphiQL -> GraphQL
stepanovit May 25, 2020
2e4fa72
loading fix
stepanovit May 25, 2020
576c479
add type item in chart
stepanovit May 27, 2020
4328ef7
pivot path may be array
stepanovit May 29, 2020
2544fba
bug fix urlCallbackName not working if missing function
stepanovit Jun 1, 2020
acc676f
exclude jquery
stepanovit Jun 1, 2020
11ee8e5
exclude default sort dimensions in pivot
stepanovit Jun 2, 2020
ba3775c
pivotchart add date type
stepanovit Jun 3, 2020
34558d3
chartByTime
stepanovit Jun 18, 2020
2b34c83
chartByTime dark theme
stepanovit Jun 18, 2020
a20387b
change select date code
stepanovit Jun 19, 2020
85d0071
fixes
stepanovit Jun 22, 2020
21fa27e
date style
stepanovit Jun 24, 2020
ef58da0
chartByTime setRevert add class
stepanovit Jun 25, 2020
3009c0d
bugfix firstHistoryRequest.from || null
stepanovit Jun 25, 2020
7712d25
type number
stepanovit Jul 7, 2020
d878ec7
v1.3.6
stepanovit Oct 8, 2020
24c6dad
v1.3.7
stepanovit Oct 8, 2020
9b3f004
v1.3.8 bug fix
stepanovit Oct 8, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/assets/css/widgets.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/widgets.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/widgetsGraph.js

This file was deleted.

2 changes: 1 addition & 1 deletion dist/widgetsGraphiql.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/widgetsJquery.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions doc/install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ npm install --save react react-dom isomorphic-fetch graphiql
npm install --save-dev terser-webpack-plugin
npm install --save-dev mini-css-extract-plugin
npm install --save-dev optimize-css-assets-webpack-plugin


For install
-----------
npm install
Expand Down
Loading