Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

Latest commit

 

History

History
46 lines (36 loc) · 713 Bytes

yasgui.md

File metadata and controls

46 lines (36 loc) · 713 Bytes
layout title
story
SPARQL
<script> document.addEventListener("DOMContentLoaded", function(event) { Yasgui(document.getElementById("yasgui"), { endpoint: "https://data.labs.pdok.nl/sparql" }); }); </script> <style> .google-visualization-table .gradient { color: black; font-family: inherit; } /*Changes made to the colours of the headers from sparql. Could only be forced with important at the moment.*/ th { color: black !important; background: white !important; } .yasgui .yasqe .CodeMirror-fullscreen { top: 100px !important; } header { display: none; } .wrapper { width: 95%; } section { margin-left: 50px; // margin-right: 50px; } </style>