How to the colours of bar chart in WAD

Hi mates,
Could you tell me how to change the colors of bar chart in WAB.
Regards.
Harry

harry,
right click on the chart - select properties - then click on any one of the lines and right click - you can see the colors - otherwise the same should be available in the properties of the chart web item.
Arun

Similar Messages

  • I would like to change the colour of bars in a chart without losing the underlying default texture associated with my chosen theme. None of the 3D textured fills offered in "Chart Colors" match the textured fill of the theme. Any suggestions?

    I would like to change the colour of bars in a chart without losing the underlying default texture associated with my chosen theme. None of the 3D textured fills offered in "Chart Colors" match the textured fill of the theme. Any suggestions?

    Thanks Gary, but no, that does not work. First of all, I can't select each bar individually. When I click on one bar, all three bars are selected.
    When I use "inspector > graphic" I have 5 fill options: none, color, gradient, image, tinted image. The default selection for the theme I'm using is image. What I would like to use for my charts is the same image that this theme uses for table headers. It has the same texture as the chart, but a different colour. Using anything but image or tinted image removes the texture from the fill.
    I have found I can do one of two things. I can select tinted image from the fill selections in "inspector > graphic" or I can select 2D Image Fills from "inspector > chart > chart colors". The first choice does not allow me to match the table header colour because it only allows me to apply a tint to the existing colour and adjust its opacity. The existing colour has too much influence on the fill, so I can't find an RGB adjustment that will match the table header colour. The image selections from "inspector > chart > chart colors" do not quite match the colour or the texture. Again, I can try to tint the image, but I still can't get it to match and the texture is not the same anyway.
    The image I want to use obviously exists in the software as it is an attribute of the theme, but for some reason is inaccessible. The other angle I have tried is to edit the theme, but I can't figure out how to do that either.

  • How to get the Grid lines in the background of bar chart

    How to get the background of bar chart given in the following link
    http://javafx.com/docs/articles/controls/barChart.jpg
    thanks in advance

    Set the border attribute of the table tag to zero.  Use CSS to assign your borders like this -
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Untitled Document</title>
    <style type="text/css">
    table {
              border-collapse:collapse;
              border:1px solid black;
    tr {
              border:1px solid black;
    tr.top {
              border-bottom:none;
    tr.bottom {
              border-top:none;
    </style>
    </head>
    <body>
    <table width="600" border="0">
      <tr class="top">
        <td> </td>
        <td> </td>
        <td> </td>
      </tr>
      <tr class="bottom">
        <td> </td>
        <td> </td>
        <td> </td>
      </tr>
      <tr>
        <td> </td>
        <td> </td>
        <td> </td>
      </tr>
    </table>
    </body>
    </html>

  • Is it possible to vary the colours of bars on a bar chart on the same axis?

    Is it possible to vary the colours of bars on a bar chart on the same axis (I would like every cell value below 7 to be in red and above 7 to appear in green)?

    Thank you for picking up on my question. I have subsequently found a conversation thread which gave me a solution. I found that I needed to create additional rows to accomodate values above or below the level that required a different colour and then use a stacked bar chart. The following shows what I needed to create. Apologies for wasting your time, but I only found the relevant conversation after posting my question.

  • Can I change the colour of my chart "3d pie" to CYMK in Keynote?

    Can I change the colour of my chart "3d pie" to CYMK in Keynote?

    Within Keynote, select the object, open the colour palette (View Show Colours) and select the sliders which is on the right of the colour wheel, in the dropdown menu, select CMYK sliders

  • How to create a vertical bar chart from a table? (PHP, HTML and CSS)

    Hi everyone,
    I have created a table and wish to proceed to do it even better in terms of analysis pattern. I want
    to create a vertical bar chart from the created table but I dunno how to start it.
    Here is the code for the table:
    <?php
    $gpa11=$_REQUEST['gpa11'];
    $gpa12=$_REQUEST['gpa12'];
    $gpa21=$_REQUEST['gpa21'];
    $gpa22=$_REQUEST['gpa22'];
    $gpa31=$_REQUEST['gpa31'];
    $gpa32=$_REQUEST['gpa32'];
    $gpa41=$_REQUEST['gpa41'];
    $gpa42=$_REQUEST['gpa42'];
    $gpa51=$_REQUEST['gpa51'];
    $gpa52=$_REQUEST['gpa52'];
    ?>
    <!doctype html>
    <html lang="en">
       <head>
          <meta charset="utf-8">
          <meta name="viewport" content="width=1024">
          <title>Feng Mentor Mentee</title>
       </head>
       <body>
          <div id="wrapper">
             <div class="chart">
                <h3>GPA Performance Graph</h3>
                <table id="data-table" border="1" cellpadding="10" cellspacing="0"
                summary="The performance of students throughout the years in university">
                   <thead>
                      <tr>
                         <td> </td>
                         <th scope="col">Year 1</th>
                         <th scope="col">Year 2</th>
                         <th scope="col">Year 3</th>
                         <th scope="col">Year 4</th>
                         <th scope="col">Year 5</th>
                      </tr>
                   </thead>
                   <tbody>
                      <tr>
                         <th scope="row">Sem 1</th>
                         <td><?php echo $gpa11;?></td>
                         <td><?php echo $gpa21;?></td>
                         <td><?php echo $gpa31;?></td>
                         <td><?php echo $gpa41;?></td>
                         <td><?php echo $gpa51;?></td>
                      </tr>
                      <tr>
                         <th scope="row">Sem 2</th>
                         <td><?php echo $gpa12;?></td>
                         <td><?php echo $gpa22;?></td>
                         <td><?php echo $gpa32;?></td>
                         <td><?php echo $gpa42;?></td>
                         <td><?php echo $gpa52;?></td>
                      </tr>
                   </tbody>
                </table>
             </div>
          </div>
       </body>
    </html>
    Here's the look:
                                                              GPA Performance Graph                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
    Year 1
    Year 2
    Year 3
    Year 4
    Year 5
    Sem 1
    Sem 2
    Please help me on this because this is my 1st project on php.

    Hi
    Are you using BI query? If yes then follow the steps -
    1. Take Sales org in rows of BI query. & take invoice type & Key figure in Columns.
    2. In VC use this query & drag chart from the output of this query.
    3. Right click on chart & go to 'Configure Element'. There select Chart Type as 'Bar chart'
    4. Below that you will get default option as clustered, there you select 'Stacked'
    5. Create Data series as per your requirement.
    6. Arrange proper layout of the model & then deploy.
    You will get required output in stacked format.
    Regards
    Sandeep

  • How to create a stacked bar chart?

    How do you create a stacked bar chart in Visual Composer?
    I have a query with one keyfigure (amount) and drilldowns on Sales Org and Invoice Type. In my chart I want a bar for each Sales Org, and each bar should be divided in sections according to Invoice Type in one single stack. How can I create that?

    Hi
    Are you using BI query? If yes then follow the steps -
    1. Take Sales org in rows of BI query. & take invoice type & Key figure in Columns.
    2. In VC use this query & drag chart from the output of this query.
    3. Right click on chart & go to 'Configure Element'. There select Chart Type as 'Bar chart'
    4. Below that you will get default option as clustered, there you select 'Stacked'
    5. Create Data series as per your requirement.
    6. Arrange proper layout of the model & then deploy.
    You will get required output in stacked format.
    Regards
    Sandeep

  • How to create "time sheet" bar chart?

    Hi Experts,
    I am using Crystal Reports 2008 and I would like to ask the steps to create a time sheet liked bar chart with following information:
    Imagine I collected the CPU usage of a computer every 30 seconds.
    In the report layout, X-axis should be the time of date. Such as 00:00, 06:00, 12:00 and 18:00. Y-axis should be the exact date. Such as 2009/05/01 to 2009/05/31. Highlight color should be applied to identify the usage. Such as <30% is gray, 30~70% is blue and >70% is red.
    Here is my target layout: [timesheet|http://img200.imageshack.us/img200/1292/timesheet.png]
    I tried to use bar chart template but crystal report sum up the total duration, not the exact time. When using Gantt chart, it almost fulfilled my requirement. But the bars of same date is not aligned horizontal, just like stairs.
    Thanks a lot for help!
    Regards,
    Albert Lai

    Thank you for reply!
    I tried "horizontal stacked bar chart" but it still have problem...
    Let's see my screen dumps: [Chart Expert - Data|http://img514.imageshack.us/img514/6595/timesheet2.png], [Chart Expert - Highlight|http://img411.imageshack.us/img411/1924/timesheet3.png], [Result|http://img269.imageshack.us/img269/8195/timesheet4.png]
    Is that no one will use Crystal Reports like my sample?
    Regards,
    Albert Lai
    Edited by: Albert Lai on Jun 4, 2009 3:24 PM

  • How to change amount in Bar chart in XML Publisher

    Hi all,
    I want to change a amount in chart in INR.
    I have created one bar chart for report in which on x-axis i have displayed a Month-Year and on Y-axis i have displayed a Amount.
    But when i insert a chart it will automatically takes amount in Million, but i want to change that amount in INR.
    also i want to display that INR amount above each bar.
    How should i do this ??
    can anyone help me regarding this?
    ITS URGENT....... :)
    Thanks,
    Ganesh

    Thanks...
    What should i do to get rid of this 100M and 100k??
    client want it should display like 10,00000 or 100,000 like this ..
    Thanks
    Ganesh

  • How to plot line and bar chart in one graph

    i have one graph, but in this graph i want to plot line or bar chart using radio button selection.
    can i do that...

    You must have 2 data arrays or plots to get this. Make sure your plot legend is visible. Drag the plot legend vertical borders to view both plots. Select one of the plot to be bar plot (See the attachment)
    Attachments:
    BarPlots.PNG ‏14 KB

  • How to combine a stacked bar chart and a line graph together in one report

    I have a report in excel that has stacked bar chart and a line graph together in one report. I am trying to recreate the same in Webi, Is this possible? Did any one have similar requirement, could you please share the thoughts?
    Thanks,
    Hema

    May be I don't understand correctly...
    But if its really to separate chart area's;
    just copy the datablock and format one as line and the other as barchart...
    Hope this helps,
    Marianne

  • How to combine two types of charts in WAD

    Dear experts,
    I need to create a chart in WAD that displays 12 columns and 1 line.  This is the structure of my query:
    Rows :
    Operation Code
    Columns :
    Total Capacity
    Month 1 Requirments
    Month 2 Requirments
    .....Month 12 Requirements
    I would like to show the monthly requirements as bars, but the Total Capacity as a single straight line accross all 12 months.
    I tried to create a bar chart with 13 series.  12 of the series were bars and 1 was a line, but this didn't work.  I just got a single "dot"  for the Total Capacity instead of a continuous line.
    Any suggestions would be greatly appreciated!
    Thanks,
    Kathryn

    Hi Kathryn,
    What i understood that your requirement is to create a graph with 12 bar columns and 1 line colmn.
    this is you can achieve in the wad.
    when we create a chart, in its properties, you can specify the bar or column or line for each key figure in your query. I dont exactly remeber the step number which gives you this option, but when you create chart, right click on it edit the chart, there comes a chart wizard (5-6 steps), in 3 or 4th step you have this option.
    I had same requirement and did this. But rite now i dont have access to server so cant tell u exact step number.
    Thanks
    Dipika

  • Hello, is there a site that describes the possibilties for bar charts in illustrator? and how to customize them?

    i want to influence the spacing between the bars.
    and i will have to do over 30, so im looking to
    do it with as much automatic work...
    Illustrator Help | Graphs

    Forget about automatic for any stuff related to Illustrator graphs.
    I would try and prepare a template file with everything you need.
    Then make copies and edit the numbers.

  • Controlling the colour of chart bars

    A quick question to which i think i already know the answer.
    Is there anyway of controlling the colours of bars on a report chart, depending on the data being displayed?
    I have a graph of sales/store and which to assign stores their own individual colour, but each store can have multiple bars. Which was done like....
    select store, actual_sales
    from table
    union
    select store, planned_sales
    from table
    union......
    Thanks, Matt.

    Right now it is not possible. But is is expected in a future release
    null

  • What is the 'skills bar chart' in "aMusing widgets"?

    I downloaded 'aMusing widgets', from the muse exchange (http://muse.adobe.com/Default.aspx?CCID=32494&FID=162755&ExcludeBoolFalse=True&PageID=1524 0812)
    I'm looking at the widget"skills bar chart", but I can't see how it works and can't find it using the search tab on the exchange page (above)
    any clues please? thanks

    Hi
    You can use that as designed text with colored images for specific points description which requires text.
    The widget mainly includes image fill rectangles with text which can be used to reflect point discussion on page with text.
    Try to open QooQee aMusing file in Muse and then preview in site, you will get the exact idea.
    Thanks,
    Sanjit

Maybe you are looking for

  • Dashboard: Error by copying data source

    Hi Experts I have a DB in design studio - I have created a data source. When I try to copy the DS with copy and paste I get this error: Analysis Application Error in triggering the event "apps.state_changed"   While processing the current request, an

  • ITunes Music has no volume

    I recently installed iTunes on my HP Media Center PC and using EZ Vinyl Converter, created a file with album tunes. When playing the tracks in iTunes, I see the progress bar, but there is no volume. None of my volume controls is on mute. Suspect inco

  • You have not yet purchased any apps.

    Well, the app store this morning is not showing any of my purchases (from any computer) and I need to reinstall one of them immediately to continue working. Called support andthey wanted to make me pay for a support fee. Was asked how many appso I pu

  • What is my next step if Apple Tech support does not solve a problem?

    Apple Tech support and engineers have not been able to solve an iCal / iCloud issue.   What do I have to do next to be able to use native apple Calendar app with my iCloud calendar? Ron <Email Edited by Host>

  • It doesn't matter what I put as my "mailto" in options, it always uses gmail and then won't completely open it

    I can't get maillink to work properly with gmail (gmail won't open completely) then when I try to change the mailto program it doesn't change at all it still uses gmail no matter what I select.