PSWriteHTML
PSWriteHTML copied to clipboard
PSWriteHTML is PowerShell Module to generate beautiful HTML reports, pages, emails without any knowledge of HTML, CSS or JavaScript. To get started basics PowerShell knowledge is required.
One of the options: - https://github.hubspot.com/pace/docs/welcome/
Cool concept: https://datatables.net/extensions/responsive/examples/display-types/modal.html Would be useful for having let's say basic details of Domain Controllers and display some additional information in a modal box. Wondering if it's possible to apply...
Something that I would like to have ability to create with PSWriteHTML 
"I was wondering if there was some functionality that would allow you to filter/fold/hide DiagramNodes and DiagramLinks interactively from the web page?" Answer: "You can see here different examples of...
When creating a dashboard using the -AutoRefresh option, Internet Explorer always reverts back to the first tab, while Chrome will stay on whichever tab you're already looking at. This may...
All options: https://visjs.github.io/vis-network/docs/network/interaction.html# ``` // these are all options in full. var options = { interaction:{ dragNodes:true, dragView: true, hideEdgesOnDrag: false, hideEdgesOnZoom: false, hideNodesOnDrag: false, hover: false, hoverConnectedEdges: true, keyboard:...
All options are here: https://visjs.github.io/vis-network/docs/network/edges.html ``` // these are all options in full. var options = { edges:{ arrows: { to: {enabled: false, scaleFactor:1, type:'arrow'}, middle: {enabled: false, scaleFactor:1, type:'arrow'},...
I've defined only couple of optons. There's a whole bunch available here: https://visjs.github.io/vis-network/docs/network/nodes.html# ``` // these are all options in full. var options = { nodes:{ borderWidth: 1, borderWidthSelected: 2,...
I've noticed while we can change the background colour of a panel, we cannot change the colour of the text that's in a chart in that panel. Not sure if...
https://apexcharts.com/javascript-chart-demos/area-charts/