GithubHelp home page GithubHelp logo

drajes / chiffres_cles.github.io Goto Github PK

View Code? Open in Web Editor NEW
2.0 0.0 0.0 491.52 MB

Chiffres clés Jeunesse Engagement et Sports de Bourgogne-Franche-Comté

Home Page: https://drajes.github.io/chiffres_cles.github.io/index.html

License: GNU General Public License v3.0

R 47.94% CSS 37.53% JavaScript 8.07% HTML 6.46%
engagement jeunesse sports

chiffres_cles.github.io's People

Stargazers

 avatar  avatar

chiffres_cles.github.io's Issues

données JO

TDJ data culture
génération 2024 data education
CPJ ?

flux arc service civique

voir s'il est possible d'afficher les flux avec mapdeck. Rien ne s'affiche en l'état (voir htmlwidget ou htmltools ?)

contrôle des couches leaflet

utilisation du zindex avec mappane

leaflet() %>% 
 addTiles() %>%
  setView(-93.65, 42.0285, zoom = 14) %>%
  addMapPane("ames_lines", zIndex = 430) %>% # shown below ames_circles
  addMapPane("ames_circles", zIndex = 420) %>% # shown above ames_lines
  addCircles(    data = random_data, ~lng, ~lat, radius = ~radius, popup = ~circleId,
    options = pathOptions(pane = "ames_circles")  ) %>%
  addPolylines(    data = random_data, ~lng, ~lat, color = "#F00", weight = 20,
    options = pathOptions(pane = "ames_lines")

Tour des mise à jours

RP (démo jeunesse territoires et géographies)
IGN (géographie)
DREES (présco)
INJEP MEDES (ACM, licences et clubs, vie asso, diplôme)
DS (RES -données obsolètes- , DROEF sport animation)
RNA (données peu fiables) Idem DataAsso inutilisable...
Service civique (ELISA)

ajouter ICE

insertion de la partie ICE (yc enquêtes administratives)

centrer les color_bar de formattable

bg = function(start, end, color, ...) {
  paste("linear-gradient(90deg,transparent ",percent(start),",",
        color, percent(start), ",", color, percent(end),
        ", transparent", percent(end),")")
} 

pm_color_bar2 <- function(color1 = "lightgreen", color2 = "pink", ...){
  formatter("span",
            style = function(x) style(
              display = "inline-block",
              color = ifelse(x> 0,'green',ifelse(x<0,'red','lightgrey')),
              "text-align" = ifelse(x > 0, 'left', ifelse(x<0, 'right', 'center')),
              "width"='100%',
              "background" = bg(ifelse(x >= 0, 0.5,xnormalize(x)),
                                ifelse(x >= 0,xnormalize(x),0.5),
                                ifelse(x >= 0, color1, color2))
            ))
}

sélection par défaut dans crosstalk

test dans ACM en fin de code : chunk{js}

function filter_default() {
    document.getElementById("sejour").getElementsByClassName("selectized")[0].selectize.setValue("Ensemble des séjours", false);
    document.getElementById("type").getElementsByClassName("selectized")[0].selectize.setValue("Accueils loisirs ou jeunes", false);
    document.getElementById("periode").getElementsByClassName("selectized")[0].selectize.setValue("année", false);
 }
window.onload = filter_default;

MAJ du RES

lorsque les données auront été diffusées par la Direction des Sports

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.