File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 48
48
- Add ` circleOptions.strokeEnabled ` and ` circleOptions.strokeWeight ` .
49
49
- Add options ` customAttribution ` and ` customAttributionText ` .
50
50
- Rename ` point_ ` prefix to ` __field_ ` when interpolating datapoint field values
51
+ - Remove automatic key suffix for popover texts
51
52
52
53
## v0.2.0
53
54
Original file line number Diff line number Diff line change @@ -338,15 +338,6 @@ export default class DataFormatter {
338
338
let locationNameFromJson = location ? location . name : undefined ;
339
339
let locationNameEffective = locationNameFromJson || locationNameFromTable || key ;
340
340
341
- // Add regular label as suffix when label is coming from JSON through "table+json" or "table+jsonp".
342
- // This is effectively the key value.
343
- // This is required to attach station identifiers to the effective name.
344
- // Todo: Better control this through appropriate editor option, e.g.
345
- // "Add location key to label" (`addLocationKey`).
346
- if ( labelJsonKey ) {
347
- locationNameEffective += ` (${ labelJsonKey } )` ;
348
- }
349
-
350
341
const dataValue = {
351
342
352
343
// Add location information.
You can’t perform that action at this time.
0 commit comments