jQWidgets Forums

jQuery UI Widgets Forums Angular angular chart displayText

Tagged: 

This topic contains 3 replies, has 2 voices, and was last updated by  Martin 6 years, 11 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • angular chart displayText #100543

    gregory.michel
    Participant

    Hello,

    I need to put an IP address as serie displayText, but if i do it, legends are empty.

    Is it a bug or how can i fix that?

    angular chart displayText #100549

    Martin
    Participant

    Hello gregory.michel,

    Thank you for your feedback! It seems that this is an issue that needs to be fixed.
    It appears when there are more that two ‘.’ dots between the digits.
    A workaround would be to add any character before or after the IP’s digits, to put spaces after the dots or to put the address in quotes.

    Best Regards,
    Martin

    jQWidgets Team
    http://www.jqwidgets.com/

    angular chart displayText #100560

    gregory.michel
    Participant

    Hello,

    When do you think it could be fixed?
    I need this for a professionnal use, so if it can be fixed quick, i’ll wait.

    angular chart displayText #100583

    Martin
    Participant

    Hello gregory.michel,

    Actually, you can fix this by using:

    legendFormatFunction: function(value, itemIndex, serie, group) {
            return '' + value;
          }

    Here is a Demo that shows how it is used.

    Best Regards,
    Martin

    jQWidgets Team
    http://www.jqwidgets.com/

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.