jQWidgets Forums

jQuery UI Widgets Forums Scheduler Scheduler Color Scheme Limit

This topic contains 1 reply, has 2 voices, and was last updated by  Hristo 4 years, 9 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Scheduler Color Scheme Limit #112804

    I have a Scheduler application that has 7 Calendar values.
    It appears that the color scheme repeats after 5 values

    I found an example where it was suggested to create a scheme for a Chart widget that required additional colors beyond the repeat limit
    $.jqx._jqxChart.prototype.colorSchemes.push({ name: ‘myScheme’, colors: [‘#ffff00’, ‘#ff0000’, ‘#ccff00’, ‘#00ffff’, ‘#aaaaaa’] });

    It doesn’t appear that you can do this with the Scheduler
    $.jqx._jqxScheduler.prototype.colorSchemes.push({ name: ‘myScheme’, colors: [‘#ffff00’, ‘#ff0000’, ‘#ccff00’, ‘#00ffff’, ‘#aaaaaa’,’#33cc33′,’#0099ff’] });

    Are there any other options to create a user defined color scheme for the Scheduler ?

    Scheduler Color Scheme Limit #112812

    Hristo
    Participant

    Hello dave@davekrieger.com,

    There is no such option, unfortunately.
    It automatically adds a new color to the newer resource.
    Please, take a look at this example.
    Also, you could use the style property or using the approach in this demo.

    Best Regards,
    Hristo Hristov

    jQWidgets team
    https://www.jqwidgets.com

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

You must be logged in to reply to this topic.