Posts

Showing posts from October, 2015

The .active class makes the button appear pressed:

<!DOCTYPE html> <html lang="en"> <head>   <title>Bootstrap Example</title>   <meta charset="utf-8">   <meta name="viewport" content="width=device-width, initial-scale=1">   <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">   <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>   <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> </head> <body> <div class="container">   <h2>Button</h2>   <p>The .active class makes the button appear pressed:</p>             <button type="button" class="btn btn-default">Default button</button>       <button type="button" class="btn btn-default active">Acti

.btn Adds basic styling to any button

<!DOCTYPE html> <html lang="en"> <head>   <title>Bootstrap Example</title>   <meta charset="utf-8">   <meta name="viewport" content="width=device-width, initial-scale=1">   <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">   <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>   <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> </head> <body> <div class="container">   <h2>Button</h2>   <p>The .btn class adds basic styling to a button:</p>   <button type="button" class="btn">Basic Button</button> </div> </body> </html> Bootstrap Example The

Create a waterfall chart in Office 2016

Image
A waterfall chart shows a running total as values are added or subtracted. It's useful for understanding how an initial value (for example, net income) is affected by a series of positive and negative values. The columns are color coded so you can quickly tell positive from negative numbers. The initial and the final value columns often start on the horizontal axis , while the intermediate values are floating columns. Because of this "look", waterfall charts are also called bridge charts. Create a waterfall chart Select your data. Data used to create the example waterfall chart above Click Insert > Insert Waterfall or Stock chart > Waterfall . You can also use the All Charts tab in Recommended Charts to create a waterfall chart. Tip   Use the Design and Format tabs to customize the look of your chart. If you don&#