Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
131 commits
Select commit Hold shift + click to select a range
70b087e
Add types for zingchart
Dec 31, 2019
7913159
Adds content header to zingchart
Jan 2, 2020
ed4f238
Fixes typedef extends for lint
Jan 2, 2020
afc9d08
Fixes version, import, and empty jsdoc comments
Jan 2, 2020
e5b60ce
Removes last empty jsdoc comment
Jan 2, 2020
6c7b095
Allows values and series types to be arrays
Jan 2, 2020
26026a3
Fixes values type
Jan 2, 2020
d3effe8
ZingChart type updates
dannyjuergens Mar 15, 2021
c5cde79
Added d.ts file for zingchart/es6 and applied fixes
jphungzs Mar 22, 2021
bc3e0bd
Merge branch 'master' into master
jeanettephung Mar 22, 2021
f98c35d
Move definitions in es6/index and reference in index.d.ts
jphungzs Mar 22, 2021
67cdee6
resolve merge conflict
jphungzs Mar 22, 2021
d149ab7
Update test to include added attributes
jphungzs Mar 23, 2021
74d69e7
Add .d.ts for ZingChart NodeJS build
jphungzs Apr 22, 2021
ca4b799
Apply fixes after running "npm test"
jphungzs Apr 22, 2021
b4e939c
Merge branch 'master' into master
jeanettephung Apr 22, 2021
64623a8
Add additional test using NodeJS d.ts
jphungzs Apr 22, 2021
1b53dc8
Included new files into in tsconfig
jphungzs Apr 22, 2021
be61621
Fix JSON format for tsconfig
jphungzs Apr 22, 2021
c83e120
Rewrite .d.ts for NodeJS build and combine tests into one file
jphungzs Apr 22, 2021
baf9638
Only list one d.ts in tsconfig and reference NodeJS d.ts in test
jphungzs Apr 22, 2021
aa32369
Provide default exports
jphungzs May 11, 2021
deb1cd3
Update to include default exports
jphungzs May 11, 2021
678d3bc
Update test to try default import
jphungzs May 11, 2021
db6b7ae
Allow default export and fix exports for each version (originally ass…
jphungzs May 11, 2021
5d1bd50
Merge branch 'master' into master
jeanettephung May 11, 2021
83fdbaf
use nodejs version in test because required to use file
jphungzs May 11, 2021
6697036
Resolve merge conflicts
jphungzs May 11, 2021
cf8839d
Fix whitespace error in test
jphungzs May 11, 2021
9d1585c
Update test to include testing default import
jphungzs May 11, 2021
517a060
Fixed zingchart/index.dts based on reviewers notes
jphungzs May 17, 2021
580b83e
Update tslint.json to remove rules no longer needed
jphungzs May 17, 2021
5b16d01
Corrections to TDF relating to plot and legend
jphungzs Jun 7, 2021
184f638
Merge branch 'master' into master
jeanettephung Jun 7, 2021
31e2657
Asterisk fix
jphungzs Jun 7, 2021
4517bd1
merge conflict
jphungzs Jun 7, 2021
6740762
update(zingchart): Add def for plot.tooltip.text
jphungzs Jun 14, 2021
21048c1
Merge branch 'master' into master
jeanettephung Jun 14, 2021
cb428db
create(zinggrid): add new typings
jphungzs Jul 19, 2021
131fcf5
Merge branch 'master' into master
jeanettephung Jul 19, 2021
30283bd
update(zingchart): Add missing types for plot and graphset
jphungzs Sep 3, 2021
f6ca999
Remove redundant 'undefined' value and fix trailing whitespace
jphungzs Sep 3, 2021
ded5364
Updated definition author
jphungzs Sep 7, 2021
4080c3a
Added camel-case version of attributes
jphungzs Sep 15, 2021
aa0bd83
refactor definitions
jphungzs Sep 15, 2021
9a89304
Merge branch 'master' into master
jeanettephung Sep 15, 2021
1f71e8b
Update exec arg to be optional
jphungzs Sep 15, 2021
64a5c80
Merge branch 'master' of https://github.com/zingchart/DefinitelyTyped
jphungzs Sep 15, 2021
9730c65
Add missing properties: series.id
jeanettephung Sep 28, 2021
299f775
Fix alignment issues
jeanettephung Sep 28, 2021
2168761
Merge branch 'master' into master
jeanettephung Sep 28, 2021
d3cd061
Update/fix properties:
jeanettephung Oct 1, 2021
dd09fa9
Merge branch 'master' into master
jeanettephung Oct 1, 2021
f4c88e1
Add missing attributes:
jeanettephung Oct 13, 2021
ccf29d5
Merge branch 'master' of https://github.com/zingchart/DefinitelyTyped
jeanettephung Oct 13, 2021
4d6769a
Added tests for previous commit
jeanettephung Oct 13, 2021
036b67e
update(zingchart): add behavior.text and behavior.customFunction, and…
jeanettephung Nov 30, 2021
a1e03f6
Add definitions for palette (theme)
jeanettephung Nov 30, 2021
d1a9f76
Merge branch 'master' into master
jeanettephung Nov 30, 2021
ccf4a41
update(zingchart): Add missing transform definitions
jeanettephung Nov 30, 2021
0947c47
Merge branch 'master' of https://github.com/zingchart/DefinitelyTyped
jeanettephung Nov 30, 2021
a1af72a
Merge branch 'master' into master
jeanettephung Nov 30, 2021
d35e540
remove consecutive blank lines
jeanettephung Nov 30, 2021
d7c3f7e
Add definitions for scaleX (minValue, step) and scaleY (step)
jeanettephung Nov 30, 2021
e8a1d09
Updated the typing for scaleX/Y.step
jeanettephung Nov 30, 2021
0d171ed
mend
jeanettephung Nov 30, 2021
441ccc5
Merge branch 'master' into master
jeanettephung Nov 30, 2021
f91be3e
Update test
jeanettephung Nov 30, 2021
e300f1e
Add legendMarker.borderRadius and related attributes
jeanettephung Dec 1, 2021
4ecc0a7
Added legendMarker.lineStyle
jeanettephung Dec 1, 2021
a5c63e9
Merge branch 'master' into master
jeanettephung Dec 1, 2021
ca392e6
update(zingchart): update typings for offsetEnd/Start
jeanettephung Jan 6, 2022
b0b0eba
update(zingchart): add series.zIndex
jeanettephung Jan 31, 2022
592a795
update(zingchart): add typings for tooltip.htmlMode and valueBox.Rules
jeanettephung Apr 8, 2022
f912a74
Merge branch 'master' into master
jeanettephung Apr 8, 2022
335eda7
update(zingchart): fix array typings
jeanettephung Apr 18, 2022
71a0502
Merge branch 'master' of https://github.com/zingchart/DefinitelyTyped
jeanettephung Apr 18, 2022
6894ad0
Merge branch 'master' into master
jeanettephung Apr 18, 2022
11f0db1
updated lslint and array typings
jeanettephung Apr 18, 2022
a33fd1b
Merge branch 'master' of https://github.com/zingchart/DefinitelyTyped
jeanettephung Apr 18, 2022
62cbff0
fix tslint file
jeanettephung Apr 18, 2022
9ce97fe
revert tslint.json changes
jeanettephung Apr 18, 2022
58f7131
Merge branch 'DefinitelyTyped:master' into master
jeanettephung Apr 18, 2022
3ddb2d4
update(zingchart) - add preview.visible, tooltip.rules, scaleX.itemsO…
jeanettephung Apr 25, 2022
1e46bc4
Merge branch 'master' of https://github.com/zingchart/DefinitelyTyped
jeanettephung Apr 25, 2022
dbc239a
Merge branch 'master' into master
jeanettephung Apr 25, 2022
0d8a9c6
Added graphset.values, plot.rules.*, tooltip.rules.*
jeanettephung Apr 27, 2022
04a1bcb
Merge branch 'master' into master
jeanettephung Apr 27, 2022
ebe017a
update(zingchart): add tree-related options properties
jeanettephung Aug 24, 2022
95d7232
Merge branch 'master' of https://github.com/zingchart/DefinitelyTyped
jeanettephung Aug 24, 2022
6e65161
Merge branch 'master' into master
jeanettephung Aug 24, 2022
923dfce
update(zingchart) typings for barWidth and scaleYN
Aug 30, 2022
333a4a2
Merge branch 'DefinitelyTyped:master' into master
jeanettephung Aug 30, 2022
d278f82
Reorder interfaces alphabetically
jeanettephung Sep 30, 2022
6b94dad
Fix typings of FONTFAMILY and FONTSIZE
jeanettephung Sep 30, 2022
96736e0
Fix typo in scrollXScrollY and update tests
jeanettephung Oct 4, 2022
e84e0b9
Merge branch 'master' into master
jeanettephung Oct 4, 2022
dd24488
add stacked attribute to graphset
Oct 25, 2022
75d21ec
Revert "add stacked attribute to graphset"
Oct 25, 2022
d55c404
add stacked attribute to graphset
Oct 25, 2022
fb8ba1f
add missing properties for grid chart
Nov 7, 2022
e3c2b83
Merge DefinitelyTyped and resolve conflicts
jeanettephung Nov 8, 2022
5ab0bf1
test missing properties for grid chart
Nov 9, 2022
55badf0
Merge branch 'DefinitelyTyped:master' into master
lasabahebwa Nov 9, 2022
fd61138
revert test file
Nov 23, 2022
0ce34ed
add aperture to scaleR
asabahebwa Feb 28, 2023
139d292
fix test file
asabahebwa Feb 28, 2023
f08cda6
Resolve merge conflicts
jeanettephung Feb 28, 2023
83c9eff
Merge branch 'DefinitelyTyped:master' into master
lasabahebwa Feb 28, 2023
7b9fb24
add x/y attributes to position chart in graphset
asabahebwa Apr 10, 2023
1f718ef
Merge pull request #11 from zingchart/feature/add-x/y-attributes-to-p…
lasabahebwa Apr 10, 2023
fda586c
Merge branch 'DefinitelyTyped:master' into master
lasabahebwa Apr 10, 2023
5dcb868
Merge branch 'DefinitelyTyped:master' into master
lasabahebwa Apr 10, 2023
f268457
test changes
asabahebwa Apr 11, 2023
d12a6e9
fix scales
asabahebwa Apr 11, 2023
4a748db
Merge branch 'master' into master
lasabahebwa Apr 11, 2023
1c1ecb7
fix a bug
asabahebwa Apr 11, 2023
4ad2ed7
Merge branch 'master' into master
lasabahebwa Apr 11, 2023
22ca835
update test
jeanettephung Apr 11, 2023
b98efa3
Revert test
jeanettephung Apr 11, 2023
07d38c8
Merge branch 'DefinitelyTyped:master' into master
jeanettephung Apr 11, 2023
d076758
Test push changes causes x commits behind branch issue
jeanettephung Apr 11, 2023
5c3ac12
Update definitions to test changes
jeanettephung Apr 11, 2023
c6a8e85
fix scaleY
asabahebwa Apr 11, 2023
6d0f0c6
Merge branch 'DefinitelyTyped:master' into master
lasabahebwa Apr 11, 2023
a0ca5f7
remove keys from TDF
asabahebwa Apr 11, 2023
d0ec715
Merge branch 'master' of github.com:zingchart/DefinitelyTyped
asabahebwa Apr 11, 2023
c696ce5
add choropleth to TDF
asabahebwa May 1, 2023
cb6d78f
Merge branch 'master' of github.com:DefinitelyTyped/DefinitelyTyped
asabahebwa May 2, 2023
a3de56a
Add choropleth to TDF
asabahebwa May 2, 2023
1b7f409
Bump peter-evans/create-pull-request from 5.0.0 to 5.0.1
dependabot[bot] May 2, 2023
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 .github/workflows/ghostbuster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
fi

- if: ${{ inputs.skipPR != 'true' }}
uses: peter-evans/create-pull-request@v5.0.0
uses: peter-evans/create-pull-request@v5.0.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "Remove contributors with deleted accounts #no-publishing-comment"
Expand Down
16 changes: 16 additions & 0 deletions types/zingchart/es6/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,18 @@ declare namespace zingchart {
*/
type?: string;
}
interface choropleth {
aspect?: string;
color?: string;
effect?: string;
steps?: number[];
colors?: string[];
intervals?: number;
progression?: string;
maxPercent?: number;
mirrored?: boolean;
labels?: label[];
}
interface contextMenu {
button?: {
/**
Expand Down Expand Up @@ -15566,6 +15578,10 @@ declare namespace zingchart {
* 51B5" | ...
*/
color?: string;
/**
* Use the choropleth object to configure how the map is colored with the following properties.
*/
choropleth?: choropleth;
/**
* To set the type of color arrangement applied to the word cloud. Use the "color" value with the "color" attribute. Use the "palette
* " value with the "palette" array. "random" (default) | "color" | "palette"
Expand Down
2 changes: 1 addition & 1 deletion types/zingchart/zingchart-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const chartConfig: zc.graphset[] = [
}, {
type: 'line',
x: '15%',
y: '5%',
y: '25%',
timeZone: 1,
zoomSnap: true,
labels: [
Expand Down