Skip to content

Vis timeline negative Arabic dates not displayed properly #1318

Open
@aowss

Description

@aowss

Negative Arabic dates are not displayed properly when combined with the month ( even though they are displayed properly when they are alone ): the negative sign should be on the left of the number, not on the right between the year and the month.

right
wrong

The options is as follows :

    format: {
        minorLabels: {
            year:       'Y'
        },
        majorLabels: {
            weekday:    'MMMM Y',
            day:        'MMMM Y',
            week:       'MMMM Y',
            month:      'Y',

        }
    }

The negative sign is also on the left ( but even with the year alone ) if a enable the right to left behaviour.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions