Forum Discussion

sarikachima's avatar
sarikachima
Regular Visitor
5 years ago
Solved

Multiple Object for one Visual

I want to know , how can I make more than one instances of a single object of a visual class? I want more than one category buttons in my report on a single page. I want them to behave in a different way. Can I change their appearance and behaviour differently in a single Json file?

3 Replies

  • sarikachima ,

    One Json, will enable one theme. And you can load only one.  You might change color of other.

     

    Can you please explain the requirement with an example.

    Appreciate your Kudos.

    • sarikachima's avatar
      sarikachima
      Regular Visitor

      Thanks for your reply Sumit.

      I want to add one visual at more than one place on my page. For example : " I want a set of button at top and a set of buttons at the bottom of page. And I need both sets to be different in colors and behaviour. How do I do that by changing code in Json file?

      As in the Slicer below, Can I have two different title styles for two seperate slicers?

       

       "slicer": {
                  "*": {
                      "Chiclets": [
                          {
                              "selectedColor""#6B007B"
                          }
                      ],
                      "header": [
                          {
                              "show"true
                          }
                      ],
                      "title": [
                          {
                              "show"true,
                              "fontSize"12,
                              "fontColor": {
                                  "solid": {
                                      "color""#FF9800"
                                  }
                              }
                          }
                      ]
                  }
      any help would be appreciated.
      Thanks