Background Element Size issue in Column Chart

Hi All,
I am trying to add multiple chart to hbox dynamically with each chart having vbox as an background element and only first and last chart is having axis.
for example shown in below image three column chart are getting added out of which second chart dosn't contain either axis on left or right.
I am facing a problem in making background element of same size means there should not be size difference as shown below:
How can i make all the vboxes that i have used of same size ?
Thanks in advance.

Spacing is done based on the number of columns in the chart. It is better to use one chart and group the data accordingly. It is possible to add multiple axis for a chart

Similar Messages

  • UI issue with Column Chart

    Hi all.. Am working with Column chart, and am having uneven data with which i need to come out with coumn chart.
    code is give below..
    <?xml version="1.0"?>
    <!-- Simple example to demonstrate the ColumnChart and BarChart controls. -->
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:custom="components.*">
        <mx:Script>
            <![CDATA[         
            import mx.collections.ArrayCollection;
            [Bindable]
            private var medalsAC:ArrayCollection = new ArrayCollection( [
                { Country: "USA", Gold: 35},
                { Country: "China", Silver:17},
                { Country: "Russia", Bronze: 14} ]);
            ]]>
        </mx:Script>
        <!-- Define custom colors for use as fills. -->
        <mx:SolidColor id="sc1" color="yellow" alpha=".8"/>
        <mx:SolidColor id="sc2" color="0xCCCCCC" alpha=".6"/>
        <mx:SolidColor id="sc3" color="0xFFCC66" alpha=".6"/>
        <!-- Define custom Strokes for the columns. -->
        <mx:Stroke id="s1" color="yellow" weight="2"/>
        <mx:Stroke id="s2" color="0xCCCCCC" weight="2"/>
        <mx:Stroke id="s3" color="0xFFCC66" weight="2"/>
        <mx:Panel title="ColumnChart and BarChart Controls Example"
            height="100%" width="100%" layout="horizontal">
            <mx:ColumnChart id="column"
                height="100%"
                width="100%"
                paddingLeft="5"
                paddingRight="5"
                showDataTips="true"
                dataProvider="{medalsAC}"
            >               
                <mx:horizontalAxis>
                    <mx:CategoryAxis categoryField="Country"/>
                </mx:horizontalAxis>
                <mx:series>
                     <custom:extended
                        xField="Country"
                        yField="Gold"
                        displayName="Gold"
                        fill="{sc1}"
                        stroke="{s1}"/>
                    <custom:extended
                        xField="Country"
                        yField="Silver"
                        displayName="Silver"
                        fill="{sc2}"
                        stroke="{s2}"/>
                   <custom:extended
                        xField="Country"
                        yField="Bronze"
                        displayName="Bronze"
                        fill="{sc3}"
                        stroke="{s3}"/>
                </mx:series>
            </mx:ColumnChart>
            <mx:Legend dataProvider="{column}"/>
        </mx:Panel>
    </mx:Application>
    as per code... its showing graph as
    If u notice the chart in each series, as there no proper data.. its showing that empty gap as per the order of column series created..
    In array collection, in each object we are missing some value.
    Any idea ow to remove this gap.. How to remove those empty spaces....
    Thanks & Regards
    Pratap

    Hi ramesh,
    check out my edited version of Chandrashekhar Mahajan's fiddle
    http://jsbin.com/jetoz/1/edit
    Chandra was trying to create a new Dialog everytime which i've modified & chart inside a popup is a known issue which has been mentioned by SAP UI5 in Notes section. You can do a workaround by manually rerender() or setTimeout()
    Regards
    Sakthivel

  • Promoted Links Tile Background Image Size Issue

    I am brand new to using sharepoint and I am having an issue with the images attached to the promoted link tiles.  No matter what size I change the file too, I can not get the tile to show the whole pictures.
    I have tried changing the image size for multiple different pictures in both photoshop and illustrator to 128px and 150px, with no luck!
    Does anyone have any advice on how to make the pictures fit in the tiles or how to start with an illustrator or indesign image and format it correctly to display in the tile view?
    As many details as possible will help since I just started using this program! 
    Thank you!

    Hi,
    According to your description, my understanding is the promoted link tile can’t show the whole image.
    By default, When image with a blank space around, it would be transformed properly in promote link tile, I suggest you modify the image to make it with blank space around.
    For about modifying image, I suggest you post a question to the corresponding forum such as Photoshop forum:
    https://forums.adobe.com/community/photoshop
    Feel free to reply if there are still any questions.
    Best regards
    Patrick Liang
    TechNet Community Support

  • WebI report on SAP Mobile BI for iOS that contains a chart with element linking issue

    Hi gurus. I have the following issue:
    I have element linking based filters on my chart # 1 to filter values on chart # 2.  It worked fine on Ipad. And it worked fine on BI Launch Pad.
    But after some time I check my webi report and it stopped working on IPAD.
    Filters are not shown on the graph.
    However it still works fine on BI LaunchPad
    Have you faced this issue before?
    Using: BI mobile 5.1.12
    Before, example:
    After some time, I opened sap mobile and it is not showing up the filter anymore
    Now: We upgraded to SAP Bi Mobile 6.0.8.12 but issue persists.
    Could you do the test?
    Steps to reproduce:
    Create a simple Webi report with a table.
    Copy that table and paste it to the report.
    Turn the original table into a column chart
    Add element linking from the chart to table. (When user filters on the chart it should change the table as well)
    Test that the element link works in BI LaunchPad.
    Save the report to the Mobile category and test on iPad.
    Open report on iPad
    Tap chart bars. Yellow filters, that are supposed to show up, are not displayed.

    Hi Erika,
    Is this report element linking defined as 'All Objects' or 'Single Object' in Webi.
    I ask this that report element linking on 'All Objects' is not supported yet. This support is expected to come in later releases.
    However, if this is single object then it should be working. Can you verify this on latest app store build and confirm. If still it does not work for you, then please raise a support ticket for the same.
    Regards,
    Ashutosh

  • Help: Column Chart Display Issue

    Post Author: ermiller
    CA Forum: Xcelsius and Live Office
    I have a chart that displays its data correctly 11 out of 12 times...and I can't seem to get the last one to work correctly. Here's the issue:
    I have a table of data that looks like this:
    REGION                                   GAIN                           LOSS                      NET
    ALL                                           =SUM(BELOW)          =SUM(BELOW)       =SUM(BELOW)
    REGION 1                                  10                               (1)                          9
    REGION 2                                  20                               (2)                          18
    REGION 3                                  30                               (7)                          23
    REGION 4                                  40                               (0)                          40
    I have a "Data Display" area that has the following formulas in it:
    CRITERIA                                   GAIN                           LOSS                    NET
    &#91;USER INPUT&#93;                           =VLOOKUP(&#91;USER INPUT&#93;,&#91;TABLE ABOVE&#93;,0,&#91;2,3,4 FOR EACH COLUMN&#93;)
    If the user enters 'REGION 1', 'REGION 2', 'REGION 4, or 'REGION 4', the data is displayed in the column chart perfectly. However, if the user selects 'ALL', the process doesn't work and displays 0s in each of the columns above.
    Does any one have any ideas on how to fix that issue or what could be causing it in the first place? I just noticed that the same thing occurs if I use a Grid component as well...even though Excel is processing the data accurately.
    Thanks in advance,
    Erik

    Post Author: debdeb
    CA Forum: Xcelsius and Live Office
    Hi,
    Without trying out your actual data, the first thing that comes to mind is that you aren't using all the options in VLOOKUP. I've discovered that Xcelsius requires all arguments even optional ones in many formulas but this isn't document). The last argument is TRUE (default) for the closest match, and FALSE for exact match. If the user can only enter from a set of values which are known to be in your lookup table, then either one will work but you should still specify this last argument.

  • How to remove or change default background for column chart

    I've spent waaaayyy too much time trying to figure this out: when I make a column chart, the background is gray. How do I change that. What If I want white?
    Thanks,
    Paul

    Thanks to both Jerrold and Ashka. Both answers solved my problem. Surprisingly, I never looked at the format bar, ever! I kept looking in the menus and the chart inspector; should have looked at the graphic inspector.
    Thanks again, Paul

  • Multi-column chart issues

    Hi,
    I'm trying to make a 2d column chart of quiz entry results with multiple series (one per possible answer) but it's not working as intended. I have 5 series all with code like:
    select null link, substr(question, 1, INSTR(question,' - ',1,1)), count(answer) from quizdata
    where answer ='Strongly Disagree'
    and :P13_DEP = emp_dep
    and to_char(sysdate, 'YYYY') = to_char(ins_date, 'YYYY')
    group by substr(question, 1, INSTR(question,' - ',1,1))Except with the answer being different (Agree, Strongly Agree~). However, when I load the page it only shows the results of the first series (Strongly Disagree, or if I delete that then Disagree)...anyone see what I'm doing wrong?
    x-axis = question
    y-axis = count (number of people to select that option this year)
    There should be 5 columns per question.
    Mike

    For anyone who has a similar issue with multiple series being displayed the reason for my error was that I didn't specify a name for the value...since all of them were count(c) they clashed; making it count(c) "Disagree" etc made it display as intended.
    Mike

  • Column Chart Colour issue!

    Hi All
    1.  I am using the column Chart...But my Series count color is not changing..it is coming in default color as green..I have done all the color settings..
    2.How to display chart with negative values???
    Anyone has faced such issues & any solution for this..
    Thanks
    BI Learner

    Hi All
    Alast I resolved the color issue...Due to exceptions it was not dispplaying..
    I think even for negative value, we can set the MIN value with -ve value...
    Hope resolved it on my own...
    Thanks
    BI Learner

  • Column chart labeling issues

    Hi
    Im trying put a label on top of each column chart bar vertically(Outside),
    Im able to do it if it is a single column .
    with "showlabelvertically" option but,
    when i tried with multiple columns(column set) im not able to do it. do any one have a better idea in doing it.
    Thanks in advance

    hi rootsounds,
    Thanks for responding, But i require is some thing like this app
    http://blog.flexexamples.com/2008/01/23/displaying-the-labels-vertically-in-flex-columncha rt-control/
    for column sets this doesnt work for some other examples that i worked too.

  • Column Chart Issue

    I have a column chart with multiple column series. The
    vertical axis is of DateTimeAxis and formatted for hours. In one
    instance the minimum y-value displayed on the axis is 3:00 hours.
    Two column series with values of 5:20 and 8:03 are being displayed.
    The third, whose value is 2:15, is not being displayed. I can,
    however, mouse over the x axis where the column series should be
    displayed and its dataTip pops up with the correct information,
    most importantly the time 2:15. Any thoughts???

    It seems like your veriticalAxis minimum value is above 2:15.
    Why not set it lower and see if that helps.

  • Overlapping data when more data column chart SSRS

    Hi guys,
    In my ssrs report the column chart  display is not good when more number of datas are viewed.How to overcum this issue
    I searched more on this issue no good solution found.
    I attached screenshot for this report,
    any suggestions pls
    Thanks,
    R.B

    Hi R.B,
    I can reproduce the issue in my local environment. If there are more column data with adjacent values in the chart, the label will be overlapped due to the insufficient space. In this scenario, there are several properties you can use to try to get the labels
    to fit better. Click the data point to open the Properties Windows, then go to the SmartLabels node.
    Expand the "NoMoveDirections" node. This will give us a lot of directions that we can use to restrict the directions that the labels can move in. We can try to change directions to see if it helps.
    Try to enlarge the chart size and use the method below to adjust the column size, it will free up more space to contain the label.
    http://www.bidn.com/blogs/ChrisAlbrektson/bidn-blog/1832/ssrs-adjust-bar-chart-width
    If we want to remove the black arrow, we can refer to the following thread:
    http://social.technet.microsoft.com/Forums/en-US/e3019086-4f72-4898-ba86-2e7c97c8fae4/ssrs-series-lable-overlaping-issue?forum=sqlreportingservices
    Alternatively, we can use Tooltip property to instead of actually displaying. Type the same expression with Value field in the Tooltip property.
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Hide values in Stacked Horizontal 2D Column chart

    Hello. I have created a stacked flash chart, and everything is good except one thing. The values and name of each stacked column is written within the bars of the graph. I have played with all of the variables and can't seem to remove them. I have a legend so I know what the colors are, and the values are listed on the axis, so I don't need the text on top of the actual columns. Plus, they overlap eachother. Any ideas on how to remove this?
    Thanks.
    Attached below is the custom XML
    <?xml version = "1.0" encoding="utf-8" standalone = "yes"?>
    <root>
    <type>
    <chart type="Stacked Horizontal 2DColumn" minimum_value="0" maximum_value="100">
    <animation enabled="yes" appearance="alpha" speed="10" />
    <hints enabled="no"/>
    <names show="no"/>
    <values show="no" prefix="" postfix="%" decimal_separator="." decimal_places="0" />
    <arguments show="no" />
    <column_chart column_space="3" block_space="12">
    <border enabled="no" />
    <block_names enabled="yes" placement="chart" position="left" >
    <**font type**="Verdana" size="10" color="0x000000" />
    </block_names>
    <background type="gradient" rotation="1.6">
    <alphas>
    <alpha>100</alpha>
    <alpha>100</alpha>
    <alpha>100</alpha>
    </alphas>
    <ratios>
    <ratio>0</ratio>
    <ratio>120</ratio>
    <ratio>0xFF</ratio>
    </ratios>
    </background>
    </column_chart>
    </chart>
    <workspace>
    <background enabled="yes" type="solid" color="0xffffff" alpha="0" />
    <base_area enabled="no" />
    <chart_area enabled="yes" x="200" y="50" width="250" height="150" deep="0">
    <background enabled="no"/>
    <border enabled="yes" size="1"/>
    </chart_area>
    <grid>
    <**values lines_step**="20">
    <captions>
    <**font type**="Verdana" size="10" color="0x000000" />
    </captions>
    </values>
    </grid>
    </workspace>
    <legend enabled="yes" x="20" y="50">
    <names enabled="yes">
    <**font type**="Verdana" size="10" color="0x000000" />
    </names>
    <values enabled="no"/>
    <scroller enabled="no"/>
    <header enabled="no"/>
    <background alpha="0"/>
    </legend>
    </type>
    #DATA#
    </root>
    *Ignore the astrix's in the code.  I had to enter that so the text wasn't formatted in OTN.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    I created a stacked vertical chart, and it doesn't superimpose text over the bars, which is good... but if the values exceed the axis max val that I defined, the chart changes size (which the horizontal chart doesn't do). It looks like depending on which one you choose, you simply have differing uneditable options.

  • Creating Custom Theme for Power View Clustered columns chart

    Helllo...
    Is it possible to create custom theme for displaying clustered columns chart on Power View?
    Basically I am looking to create chart with specific colors for the bars? For e.g. for High - RED, Medium - Orange and Low - Yellow color. When I look at themes available in Excel 2013 I don't see this combination as such, so I was looking to create one
    myself. 
    I tried to create a theme using video on youtube, but the theme which I created is not showing up in Power View mode in excel 2013.
    www.youtube.com/watch?v=xs2F1n2-YR8

    Hi Sagar,
    In Power View, it has several default theme colors for us to apply to our workbook. Also, we can change the Font, Text Size and Background of the chart. However, it is not support to design a custom theme color.
    You can refer to the following steps to change the theme colors:
    1. On the POWER VIEW tab, in the Themes group, click Themes.
    2. Under Built-in, click the theme that you want to use.
    Please refer to the following screenshot below:
    Regards,
    Alisa Tang
    If you have any feedback on our support, please click
    here.
    Alisa Tang
    TechNet Community Support

  • Lines and shading on stacked column chart

    I have created a waterfall chart using a stacked column chart.  I have made Series 1 white so that the bars appear to "float" .  So far so good.  the issue is that the white bars in the default setting have light shading and lines around the outsides.  There seems ot be no way to turn that off.  The only solution I found was to change the Theme to ITheme.  Then the shading and lines go away and I can change the colours how I want them...but of course that theme is now applied to my whole dashboard and I lose all the nice shading effects on the other elements.
    Surely all the themes do is apply formatting that must be possible to do manually...I just cant see any option on a stacked column chart to change the shading or lines round the boxes.  I have an example chart I can share if required
    Any suggestions gratefully received! 
    Thanks
    Tom

    Creating a custom chart is not a simple thing (think days, not minutes), and not done within Xcelsius. The group of technologies to do this are referred to as the Xcelsius SDK, there is a dedicated forum on this site here: Flex SDK Development
    Have fun!

  • How to reset drill-down column-chart based on map-chart?

    Hi guys,
    I'm facing pritty common issue while designing one of my dashboards.  Let me describe a little bit  more:
    1. I have some data extracted from BW using Query as WebService into my Xcelsius spreadsheet.
    2. I have map-chart - regions for some country.
    3. I have a drill-down column-chart, which displays data for a selected region.
    At the beginning column-chart displays results for entire country (which, in fact, is not exactly drill-down). The issue I'm fasing is, that in case I select any region and the data is drilled-down into my column-chart, I have no option to show data for the entire county in the column-chart anymore (the only one way is to restart the report).
    Are there any possible way to do this, or am I doing a design error while displaying data, which is not drilled-down, into a chart which is intended to display drill-down data only?
    Any help would be highly appreciated.
    Thanks in advance.
    Ivaylo Mutafchiev
    Varna Business Services
    Project Manager BOBJ

    Ivaylo Mutafchiev,
    I understand your problem now. So your column chart data which is coming from the QAAWS query should be having a prompt which is bound to some cell in excel. and your map might be passing the values for prompt isn't it? in your case the map might be passing a region.
    All you need to do is put the prompt in the web service for region as a optional prompt. Now pull in a check box or a Push button(name it as reset or something.). while binding the data to the check box or push button (source data) bind it to a blank cell. when user clicks on it , it passes a blank vlaue to the region(this is ur input for region) which will inturn makes the prompt optional for the region web service. which should pull all the data for all the region.
    The whole idea lies in somehow passing a blank cell to your  web service whose region prompt is optional.
    Thanks,
    Karthik

Maybe you are looking for