question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Toolbox magic type title

See original GitHub issue

Version

4.8.0

Reproduction link

https://jsfiddle.net/guptasuraj/sq64rko3/4/

Steps to reproduce

On first load magicType feature title would be in english, but after clicking on stack icon it resets the language to chinese.

What is expected?

language of the tile should be what we have provided in title object as below:

title: { 'line': 'Line chart', 'bar': 'Bar chart', 'stack': 'Stack' }

What is actually happening?

But its changes to chinese language after clicking on stack icon.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
pingfcommented, Sep 24, 2020

right now(4.9), I can rename the icon title of magicType in this way

magicType: {
          show: true,
          type: ['line', 'bar', 'stack'],
          title: {
            line: 'line view',
            bar: 'bar view',
            stack: 'stack view',
          },
        },
0reactions
pingfcommented, Sep 19, 2021

yep, the pr is merged to 5.0’s branch

Read more comments on GitHub >

github_iconTop Results From Across the Web

Toolbox magic type title #12979 - apache/echarts - GitHub
On first load magicType feature title would be in english, but after clicking on stack icon it resets the language to chinese.
Read more >
Henzie "Toolbox" Torre (Streets of New Capenna Commander)
Card Name: Henzie "Toolbox" Torre ; Mana Cost: Black Red Green ; Converted Mana Cost: 3 ; Types: Legendary Creature — Devil Rogue...
Read more >
Add toolbox magic buttons in JohnCoene/echarts - Rdrr.io
wehtehr to show magic buttons. type. chart types, see details. title. titles of charts. ... any other options to pass to magic feature....
Read more >
Henzie "Toolbox" Torre | Magic: the Gathering MTG Cards
Type, Legendary creature — devil rogue ; Description, Each creature spell you cast with mana value 4 or greater has blitz. The blitz...
Read more >
Henzie "Toolbox" Torre Deck for Magic: the Gathering
Henzie "Toolbox" Torre by weasel. Report Deck Name Fix Archetype. $ 102.61. 21.87 tix. 6 Mythic, 47 Rare, 18 Uncommon, 15 Common. Format:...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found