Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 49e24ad

Browse files
committed
Fix typo in groupby style doc string
1 parent 8df0096 commit 49e24ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transforms/groupby.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ exports.attributes = {
5050
description: [
5151
'Sets each group style.',
5252
'For example, with `groups` set to *[\'a\', \'b\', \'a\', \'b\']*',
53-
'and `style` set to *[{target: \'a\': { marker: { color: \'red\' } }}]',
53+
'and `style` set to *[{target: \'a\', value: { marker: { color: \'red\' } }}]',
5454
'marker points in group *\'a\'* will be drawn in red.'
5555
].join(' ')
5656
},

0 commit comments

Comments
 (0)