Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8581

Re: dropdown sapui5

$
0
0

Hi Thanks for the reply, yea i tried with your code and its working as per out requirement

 

 

And i have few more questions Please Help me to solve this also

 

1) In the drop down box am getting repeated vales ! is there any other way to group that values and remove that duplicates ??

 

2) In Y axis, scale is Automatic, its Showing it in a Millions and i have tried the below code for  Manual Y axis scale but still its not working for me !

 

oVizFrame.setVizProperties({

       valueAxis: {

         label: {

           formatString: '0'

         }

       },

       plotArea: {

         dataLabel: {

           visible: true

         }

       },

       legend: {

         title: {

           visible: true

         },

         yAxis : {

              scale : {

                   fixedRange : true,

                   minValue : 0,

                   maxValue : 10000

                   }

          }

       }

  

  

     });

 

3) And I am using Month as My Dimension and its not in the order .! here i have attached the screenshot .

New chart error.png

 

 

can you please help me to solve these errors ??

 

Thanks & Regards,

Bharath


Viewing all articles
Browse latest Browse all 8581

Trending Articles