GithubHelp home page GithubHelp logo

lastmonth's Introduction

Simple IFRC Go Page: DREFs & Appeals Last Month

Tableau dashboard with an overview of all DREFs and Appeals launched during the previous calendar month. Mainly to be used in monthly reporting.

Use as a Template

This repository can be forked or cloned to create a new subpage.

  1. Clone the repository
  2. Rename Repository Name to the url wanted after ifrcgo.org (for this page it's "lastmonth"), giving the page the address http://ifrcgo.org/lastmonth/.
  3. Go to Settings and set the source of GitHub Pages to "master branch"
  4. Edit the index.html file

Tableau Dashboards

If you want to simply create another page with another public Tableau dashboard, you only need to edit two lines of code:

1. HTML Title

The HTML title. Set it to something fairly descriptive without being too long. End with " - IFRC Go" to show it's a page on Go.

<title>DREFs & Appeals Last Month - IFRC Go</title>

2. Tableau Script

The Tableau Script. If you're not sure what to do here, simply change the url to the address of your new dashboard.

<script type="text/javascript">
function initViz() {
  var containerDiv = document.getElementById("vizContainer"),
  url = "https://public.tableau.com/views/Operations2017/Dashboard2",
  options = {
    hideTabs: true,
    hideToolbar: false,
    display_count: false,
    showShareOptions: true,
    showVizHome: false,
    showAppBanner: false,
    onFirstInteractive: function () {
      console.log("Run this code when the viz has finished loading.");
    }
  };

  var viz = new tableau.Viz(containerDiv, url, options);
  // Create a viz object and embed it in the container div.
}
</script>

lastmonth's People

Contributors

renecnielsen avatar

Watchers

Henk Hoff avatar James Cloos avatar  avatar Dale Kunce avatar  avatar  avatar

Forkers

k-som-zz

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.