Sisense Community logo
    • Community Feedback
    • Chapters
    • Events
    • Forums
      • Help and How To
      • Product Feedback Forum
      • Strategy & Use Cases
    • Blogs
    • KB Docs
      • KB Docs
      • Add-Ons & Plug-Ins
      • APIs
      • Best Practices
      • Blox
      • CDT
      • Cloud Managed Service
      • Data Models
      • Data Sources
      • Embedding Analytics
      • How-Tos & FAQs
      • Onboarding
      • PySisense
      • Security
      • Sisense Administration
      • Sisense Intelligence & AI
      • Troubleshooting
      • Widget & Dashboard Scripts
    • Support
    • Learning
      • Sisense Academy: Free Courses and Certifications
      • Official Developer Documentation
      • Official Product Documentation
      • Official Sisense Youtube Channel
      • Sisense Compose SDK Playground
    • Use Case Gallery
    All PostsDiscussionsBlogsIdeasQuestions
    Leaderboards
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
    Discussions
    • Knowledge Base DocsChevronRightIcon
    • APIsChevronRightIcon
    Manage Color Palettes
             
    Introduction
    This step-by-step article explains how to change the color palette so that you can use custom colors for elements of the Sisense dashboards. (This will work in V5.7.5 and higher).  
    How to get your existing palettes
    1. Go to v0.9  GET / palettes and hit “RUN”
    How to create a new schema
    1. Go to POST / palettes and insert the required schema into the “Value” input box and hit “RUN”.
    2. Use the following syntax and update the “colors” and “name” parameters according to your needs. You can add up to 16 colors in a custom palette. In addition, you can modify the following parameters: 
     'isDefault' = true means that new dashboards will be created with this palette by default. There can only be one default palette at any time.
     'sortOrder' - determines the order of the palette in the palettes list displayed in the dashboard drop-down
     {
       "colors": [
       "#ff0000",
       "#001c5a",
       "#cfeb00",
       "#2dff00",
       "#00a79b",
       "#218A8C"
     ],
    
     "name": "MyPalette",
     "isDefault": true,
     "sortOrder": 10
    }
    3. The new palette will be added to your Dashboard Palettes.
    How to delete a palette:
    1. Go to Delete / palettes / {name} and insert the required schema into the “Value” input box
    2. Insert the name of the Palette you wish to delete into the Value input box and hit “RUN”
    3. The Palette will be deleted from the Dashboard Palettes
    intapiuser
    By
    intapiuser
    Posted 3 years ago
                                           
             
    0 comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
                   
                                                                                     
    •                                                              
    •                                                              
    •