Cfchart bar graph - removing spaces between columns

hi
when we make a bargraph, coldfusion automatically puts
spacing between the bars... we want continuous bars, with no gaps,
is this possible ? I have tried pieslicestyle="solid" but that only
works for Pie graphs...
for example - I get |||||| - but I want wider lines and no
space..
any help will be greatly appreciated.

Hello, (To view perfectly copy all and paste in editor window)
No changes..,Actualy the space is between crosstabs.
i will tell u the layout,
______________________________________    //Group Header section starts here
headding1headding2headding3headding4*
1st row
2nd row
3rd row
|_4th row______________________________ |     //This is the border of CrossTab
|                                                                  |     //remove this space
|                                                                  |     //remove this space
|                                                                  |     //remove this space
|+++++++++++++++++++++++++++++++++|     //this is the Group headder Height
headding1headding2headding3headding4*
1st row
2nd row
3rd row
|_4th row______________________________ |     //This is the border of CrossTab
|                                                                  |     //remove this space
|                                                                  |     //remove this space
|                                                                  |     //remove this space
|+++++++++++++++++++++++++++++++++|     //this is the Group headder Height
I need the layout should be
headding1headding2headding3headding4*
1st row
2nd row
3rd row
|_4th row______________________________ |    
headding1headding2headding3headding4*
1st row
2nd row
3rd row
|_4th row______________________________ |    
i had give fit section also...NO CHANGES!!!!
Edited by: Jebin Manalil on Apr 7, 2009 3:16 PM

Similar Messages

  • Removing Space Between Web Parts causes Horizontal Bar in Modals

    Hello all,
    I used the following to remove space between Web Parts, but am now getting a horizontal bar in my modals. Please assist:
    http://www.ashokraja.me/tips/How-To-Remove-Extra-Space-Around-the-Web-Part-In-SharePoint-2013
    Thanks!
    Kelly
    Personal Blog: http://thebitsthatbyte.com

    I removed it using the following CSS, which aligns our spacing:
    Control spacing between Web Parts*/
    .ms-webpart-cell-vertical
    margin-top:
    0px;
    margin-bottom:
    0px;
    Personal Blog: http://thebitsthatbyte.com

  • How to provide space between columns in alv_grid_display?

    hi,
    gurus,
    I want to provide space between columns in alv display how can i achieve that.
    ex.
    sno   name   street    
    thank u ,
    shabeer ahmed.

    Hi..,
      There you wl get column seperators with seperate blocks and cells in the grid anyway.
    Maintain gap between columns is nothing but grid breaking, its may be possible with oops concept.
    Let me know whats your requirement?
    Thanks,
    Naveen.I

  • Removing spaces in column names

    Hi
    I have imported a number of tables from a legacy db. The column names in tables have spaces in them. Is there a script I can run to remove spaces from column names in all tables?
    Thanks
    Regards

    First of all, I do not agree with the concept of changing the column names. There is a good chance of breaking your code, if the table has been referred in procs/functions etc.
    One good method would be, import the tables from legacy db into staging and then insert into your actual tables by mapping the tables correctly where your actual table would not have the [space].[Here, I assume your procs/functions etc refer only your actual
    tables not staging tables].
    OR, if you are looking for a plain logic, then use the below:
    The below script wont execute the change, but just would give the statements to be executed to make the column modifications. This is intentional, because this is not a good practice and you can verify the objects and scripts rather than executing it directly.
    create table test_table([column test space] int)
    --select * From test_table
    --Script to do the change in column name
    select 'EXEC sp_rename '''+ B.name+'.'+a.name +''', '''+replace(a.name,' ','') +''', ''COLUMN''' from sys.columns A
    Inner join sys.tables B on A.object_id = B.object_id and OBJECTPROPERTY(b.object_id, N'IsUserTable') = 1
    where
    system_type_id in
    (select system_type_id From sys.types ) and charindex(' ',a.name)<>0
    EXEC sp_rename 'tbl_apas_t_tech.application id', 'applicationid', 'COLUMN'
    EXEC sp_rename 'test_table.column test space', 'columntestspace', 'COLUMN'
    Drop table test_table
    EDIT: Formatting...

  • Removing spaces between characters using a loop

    How can I remove spaces between characters using a loop? I made a program that tests the validity of a social insurance number. However, I'd like to be able to remove the spaces in the input if the users sepeates their SIN using spaces. example (123 456 789 becomes 123456789)
    Thank you
    Edited by: umhodzic on Feb 10, 2008 2:43 PM

    umhodzic wrote:
    Thank you for your response. However, the procudre must be done using a loop.It doesn't have to be done using a loop, as already shown. However if you have some ignorant person telling you you have to have a loop, then here's a solution that uses a loop:String s = "123 456 789";
    while (s.contains(" ")) {
      s = s.replaceAll(" ", "");
    }

  • Reduce space between columns

    hi all...
    i want to reduce space between columns in sqlplus....
    how can i?

    sachinpawan wrote:
    hi all...
    i want to reduce space between columns in sqlplus....
    how can i?Which space? Where it is coming, in some output? Whats the db version?
    Aman....

  • Format color of space between columns

    Hey, this is probably a nobrainer but I can't figure it out on my own: I have a text box with three columns which is filled with a color. Now I would like to remove the color just from the space between the columns. it must be possible somehow, no? Thanks already for helping.

    One other benefit of using separate frames would be that you can apply things like rounded corners to the frames.
    Also, you could do it with one multi-column frame, by using fully justified text and applying thick underlines to all the text to create the background color. But the justified text won't look very good if the columns are narrow, and you can't make the underlines extend past the of the text.

  • How to remove space between pages in Oracle Reports 6i?

    Hi,
    I have customized one oracle report (rdf). Earlier, the standard report was showing the ouput in pages i.e. there exists space beteen the pages. But I want my custom report in such a way that it should show me the result in one page i.e. there should be no space between the pages as user wants to spool the output into excel sheet (xls format) after getting the result output obtained from my custom report. Presently, when i spool the data into excel sheet, there is still the space exists between the pages like...few records will come then white space...then records.
    How can I remove this space, so that user can easily spool the data into excel without existence of white space.
    Any sort of help on this will be highly appreciated.
    Thanks & Regards,
    Sumir Chawla
    Edited by: Chawla on Jan 4, 2009 10:20 PM

    Hi,
    My report is running on Unix. When I checked the output file in unix where it is getting generated, i saw ^L characters wherever the space appears when i see the output in apps (notepad) , like after every page where I am able to see the space in my output, there ^L is appearing in output file in unix, so how can I avoid this.
    I tried to adjust the frames and repeatinf frames also, even i tried changing the properties also of main region (body), but nothing is working for me and still the same issue occurs. I am not aware of this. Please suggest me.
    Thanks a lot!
    Regards,
    Sumir

  • How to remove space between the lines

    Hi,
    In my repoprt output I am getting space between the lines. I have changed
    the repeating frame and field -> vertical elasticity and horizontal elasticity to fallowing combinations.
    fixed, fixed.
    variable, fixed,
    expand, variable,
    variable, expand
    Then also I am getting space between the lines of my output.
    Could you help me in this?
    Thanks

    Change the Vertical Elasticity of fields and frames to Variable. If for some fields or frames you don't want to change the vertical elasticity, then remove extra space by adjusting the height of fields/frames.
    Also check repeating frames property 'Vert. Space Between Frames'. Default is 0.
    Hope this helps.

  • How to remove space between two fields in emergency primary contact.

    How Can I remove a space between the two fields.IN emergency primary contact there are certain field called "C/O" and a i have added one text for this field inside that.But it is taking a big space between the "C/O" field and the text view.Plz suggest how I can re,move this?Also How Can I add new transparent container  with the end user personalization in the emergency contact field.

    Hi Peddi
    In my structure pannel I have simpleSearchPanel below that only i have the two lov fields ex: emp_no and emp_name . how to set the spacer between this From which Region where can find the spacer bean what proerty do i need to set
    Thanks
    AT

  • How remove space in column ?

    In a.newunit column I have spaces before data. I tried to use TRIM and LTRIM -- but doesn't work :(
    What else I can use?
    SELECT LTRIM(u.scode), LTRIM(a.newunit)
    FROM unit u,
    aaa_test a
    WHERE LTRIM(u.scode) = LTRIM(a.newunit)

    Can you explain what "doesn't work" means, preferrably with an example (i.e. DDL for the Unit and AAA_Test tables, INSERT statements, and a query that returns the incorrect results)?
    TRIM will remove spaces at the beginning and end of a value, LTRIM will remove spaces at the beginning of a value. Potentailly, you don't really have spaces at the beginning of your data. Potentially, you are misinterpreting something (in which case seeing what constitutes "not working" is critical).
    Justin

  • Labview XY graph with space between data and top/bottom of graph

    In Labview, how do I modify the properties of the XY Graph so that there is some empty space (of say 1 unit) between the top and bottom of my graph and the data points I'm plotting. For example, I have a sine wave and when its autoscaled, the top point is at the very top of the graph but I want some space between the top of the graph and the highest point of the sine wave.  I could "unautoscale it" and edit the minimum and maximum to be 1 above and below the data points but is there a way to set it so it stays that way regardless of the data points that I input?
    Thanks,
    Kevin

    elset191 wrote:  
    I don't know how big of a cushion it gives, but it's there.
    if you want to programmatically set it you can also do this (as I learned a bit ago right here on these forums!)
    Message Edited by for(imstuck) on 05-24-2010 03:45 PM
    Message Edited by for(imstuck) on 05-24-2010 03:46 PM
    CLA, LabVIEW Versions 2010-2013
    Attachments:
    graphScale.PNG ‏9 KB

  • Flex charts: How to increase space between columns?

    Hello!
    I just added columnWidthRatio: 1; to my mx|ColumnChart to fatten up my columns a little. But now, there's no space between the X axis and columns, and between the columns themselves, so how do I increase this space?
    mx|ColumnChart { marginRight: "50"; paddingRight: "50"; } has no effect.
    Thanks!
    --Dwayne

    Somehow setting width="400" did not change anything. I also tried:
    mx|ColumnChart { columnWidthRatio: 0.8; width: 1000; columnWidth: 1000; }
    to no avail.
    Anyhow, I've reduced my columnWidthRatio to 0.8 though as you suggested. It looks better, but I'd still like some more space between the columns.
    Thanks!
    --Dwayne

  • Firefox issue  h:datatable give more space between columns

    Hi
    In our application we are displaying table by using <h:datatable>,it was working fine in IE but when i used an firefox it gives more space between one row of data and next data row.. my code is like this
    <a:outputPanel id="searchResults">
         <h:dataTable id="hotels" value="#{hotels}" var="hot" >
              <h:column>
                   <f:facet name="header">Name</f:facet>
                   #{hot.name}
              </h:column>
              <h:column>
                   <f:facet name="header">Address</f:facet>
                   #{hot.address}
              </h:column>
              <h:column>
                   <f:facet name="header">City, State</f:facet>
                   #{hot.city}, #{hot.state}, #{hot.country}
              </h:column>
              <h:column>
                   <f:facet name="header">Zip</f:facet>
                   #{hot.zip}
              </h:column>
              <h:column>
                   <f:facet name="header">Action</f:facet>
                   <s:link id="viewHotel" value="View Hotel" action="#{hotelBooking.selectHotel(hot)}"/>
              </h:column>
         </h:dataTable>
         <s:link value="More results" action="#{hotelSearch.nextPage}" rendered="#{hotelSearch.nextPageAvailable}"/>
    </div>
    </a:outputPanel>

    I applied CSS style to the datatable even though there is no result.it gives more space between one row and another row.
    it used following attributes for h:datatable...i set the padding and margin because different broweser has different margin
    padding:0px;
    margin:0px;
    i am tried like this also
    <h:dataTable id="hotels" value="#{hotels}" >
         <h:column>
                                  <p style="padding:0px;margn:0px">#{hot.name}</p>
              </h:column>
              </h:dataTable>
    but there is no result can u post some examples
    Thanks
    Mohan

  • Removing space between components in a Repeater

    Hi,
    I have a component, based on a canvas, which is shown in a Repeater component. Unfortuantely the Repeater is add a space between each component, how can I remove the space created between each component so that they all sit next to each other.
    Thanks
    Stephen

    Found a solution for this, in my containing VBox I set the verticalGap to 0, this removed the space between each component. Thanks to Tracy Spratt on the Flexcoders forum  for this answer.
    Stephen

Maybe you are looking for

  • Applications tab does not work in iTunes 9

    I have upgraded to iTunes 9 and 3.1 firmware on my 3GS. When I connect the phone to the computer and access it in iTunes, I cannot use the applications tab. I see all my applications in the list on the left, but some are unchecked. I can see all my s

  • JCO Error JCO_ERROR_XML_PARSER

    Hi All! I am making a call to an adaptive RFC module on our SAP 4.7 System. But i fail in executing the call. this is the error: Expecting a tag to begin with '<' instead of '0', in "00000000  ", error key: JCO_ERROR_XML_PARSER I tried searching the

  • Relaying an internal PHP application by Exchange 2013

    Hello, dear Fellows, We use an Exchange 2013 server to relay two web applications via a Front-End Transport Receive Connector, properly configured. All messages sent by the ASP Web Application, are received by all the recipient domains. But somes mes

  • Audio stutters in Windows

    Hi, Back in 2006 tutudrummer wrote: "i have audio BUT it's skippy and very unstable...i guess Apple has to release a better driver because i posted a message and got no reply from anyone so i guess nobody has found the solution for this anoying probl

  • Reporting on framework orders budget check

    hello is there a transaction that allows me to get a reporting or a check on my actual budget of a framework order? thanks Alisa