{"id":45192,"date":"2013-03-21T08:01:53","date_gmt":"2013-03-21T08:01:53","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/gaugepress\/"},"modified":"2014-09-04T09:12:06","modified_gmt":"2014-09-04T09:12:06","slug":"gaugepress","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/gaugepress\/","author":8121300,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"0.3.4","stable_tag":"trunk","tested":"4.0.38","requires":"3.2","requires_php":"","requires_plugins":"","header_name":"GaugePress","header_author":"Konstantinos Kouratoras","header_description":"","assets_banners_color":"83a449","last_updated":"2014-09-04 09:12:06","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/wordpress.org\/extend\/plugins\/gaugepress\/","header_author_uri":"http:\/\/www.kouratoras.gr","rating":4.9,"author_block_rating":0,"active_installs":10,"downloads":2108,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"":"<p>Initial Release<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":"1","5":"10"},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"978736","resolution":"128x128","location":"assets"},"icon-256x256.png":{"filename":"icon-256x256.png","revision":"978736","resolution":"256x256","location":"assets"}},"assets_banners":{"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":"978736","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"685108","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"685108","resolution":"2","location":"assets"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"685108","resolution":"3","location":"assets"}},"screenshots":{"1":"Gauges examples","2":"Gauges additional examples","3":"Various shortcodes"}},"plugin_section":[],"plugin_tags":[2569,31667,22719,16612,18208],"plugin_category":[36],"plugin_contributors":[79130],"plugin_business_model":[],"class_list":["post-45192","plugin","type-plugin","status-closed","hentry","plugin_tags-bar","plugin_tags-gauge","plugin_tags-gauges","plugin_tags-metric","plugin_tags-visualization","plugin_category-analytics","plugin_contributors-kouratoras","plugin_committers-kouratoras"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/gaugepress_83a449.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/gaugepress\/assets\/screenshot-1.png?rev=685108","caption":"Gauges examples"},{"src":"https:\/\/ps.w.org\/gaugepress\/assets\/screenshot-2.png?rev=685108","caption":"Gauges additional examples"},{"src":"https:\/\/ps.w.org\/gaugepress\/assets\/screenshot-3.png?rev=685108","caption":"Various shortcodes"}],"raw_content":"<!--section=description-->\n<p>GaugePress is a handy WordPress plugin for generating and animating nice and clean gauges.<\/p>\n\n<h4>Key Features<\/h4>\n\n<ul>\n<li>Fully customizable gauges<\/li>\n<li>Animated bars<\/li>\n<li>Cross-browser functionality<\/li>\n<li>Adjustable colors<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Upload the entire gaugepress folder to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>How do i create a gauge?<\/dt>\n<dd><p>The plugin supports the functionality to insert a gauge with settings attributes in the shortcode. A full working example with all possible attributes is as following:<\/p>\n\n<pre><code>[gauge width=\"400px\" height=\"220px\" value=\"95\" min=\"0\" max=\"150\" title=\"First Gauge\" label=\"km\" hideMinMax=\"true\" color=\"#E16300\" backcolor=\"#EDEDED\" widthscale=\"0.8\" counter=\"true\" decimals=\"2\" format=\"true\" titlecolor=\"#386365\" valuecolor=\"#613C62\"]\n<\/code><\/pre>\n\n<p>An example with level colors is as following:<\/p>\n\n<pre><code>[gauge width=\"400px\" height=\"220px\" value=\"50\" min=\"0\" max=\"150\" title=\"First Gauge\" label=\"km\" hideMinMax=\"true\" color=\"#F14343,#85D75E,#52AFE2,#7862D2,#BD60D5\" backcolor=\"#EDEDED\" widthscale=\"0.8\"]\n<\/code><\/pre>\n\n<p>The parameters are:<\/p>\n\n<ul>\n<li>width: the width of the whole gauge<\/li>\n<li>height: the height of the whole gauge<\/li>\n<li>value: the current value of the gauge<\/li>\n<li>min: the min value of the gauge<\/li>\n<li>max: the max value of the gauge<\/li>\n<li>title: the title of the gauge<\/li>\n<li>label: the label of the values of the gauge<\/li>\n<li>hideMinMax: to hide or not the min and max values<\/li>\n<li>color: the color of the value bar (if you enter comma separated colors, it will be level colors from lower to upper, eg. #F14343,#85D75E,#52AFE2,#7862D2,#BD60D5)<\/li>\n<li>backcolor: the color of the background<\/li>\n<li>widthscale: the width of the value bar<\/li>\n<li>counter: animate level number change<\/li>\n<li>decimals: number of digits after floating point<\/li>\n<li>format: formats numbers with commas where appropriate<\/li>\n<li>titlecolor: title text color <\/li>\n<li>valuecolor: value text color<\/li>\n<li>responsive: responsive gauges<\/li>\n<\/ul><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>0.3.4<\/h4>\n\n<ul>\n<li>added responsive option<\/li>\n<\/ul>\n\n<h4>0.3.3<\/h4>\n\n<ul>\n<li>added titlecolor and valuecolor options<\/li>\n<\/ul>\n\n<h4>0.3.2<\/h4>\n\n<ul>\n<li>added gaugePress class to element<\/li>\n<li>added format option to format numbers with commas where appropriate<\/li>\n<\/ul>\n\n<h4>0.3.1<\/h4>\n\n<ul>\n<li>fixed minor bug<\/li>\n<\/ul>\n\n<h4>0.3<\/h4>\n\n<ul>\n<li>added decimals option<\/li>\n<li>added counter option<\/li>\n<li>showMinMax changed to hideMinMax<\/li>\n<\/ul>\n\n<h4>0.2.1<\/h4>\n\n<ul>\n<li>added level colors support<\/li>\n<li>script update<\/li>\n<\/ul>\n\n<h4>0.2<\/h4>\n\n<ul>\n<li>Script update<\/li>\n<li>WordPress 3.8.1 compatibility<\/li>\n<\/ul>\n\n<h4>0.1<\/h4>\n\n<ul>\n<li>Initial Release<\/li>\n<\/ul>","raw_excerpt":"GaugePress is a handy WordPress plugin for generating and animating nice and clean gauges.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/45192","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=45192"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/kouratoras"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=45192"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=45192"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=45192"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=45192"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=45192"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=45192"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}