{
    "content": [
        {
            "type": "text",
            "text": "# GD::Graph::hbars (perldoc)\n\n## NAME\n\nGD::Graph::hbars - make bar graphs with horizontal bars\n\n## SYNOPSIS\n\nuse GD::Graph::hbars;\n\n## DESCRIPTION\n\nThis is a wrapper module which is completely identical to creating a GD::Graph::bars object with\nthe \"rotatechart\" attribute set to a true value.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **SEE ALSO**\n- **AUTHOR** (2 subsections)\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "GD::Graph::hbars",
        "section": "",
        "mode": "perldoc",
        "summary": "GD::Graph::hbars - make bar graphs with horizontal bars",
        "synopsis": "use GD::Graph::hbars;",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": [
                    {
                        "name": "Copyright",
                        "lines": 2
                    },
                    {
                        "name": "Acknowledgements",
                        "lines": 6
                    }
                ]
            }
        ],
        "sections": {
            "NAME": {
                "content": "GD::Graph::hbars - make bar graphs with horizontal bars\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use GD::Graph::hbars;\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This is a wrapper module which is completely identical to creating a GD::Graph::bars object with\nthe \"rotatechart\" attribute set to a true value.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "GD::Graph\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Martien Verbruggen <mgjv@tradingpost.com.au>\n",
                "subsections": [
                    {
                        "name": "Copyright",
                        "content": "(c) Martien Verbruggen\n"
                    },
                    {
                        "name": "Acknowledgements",
                        "content": "The original author of most of the code needed to implement this was brian d foy, who sent this\nmodule to me after I complained I didn't have the time to implement horizontal bar charts. I\ntook the code that lived in here, and distributed it over axestype.pm and bars.pm, to allow for\na better integration all around. His code, in turn, was mainly based on an earlier version of\nbars.pm and axestype.pm.\n"
                    }
                ]
            }
        }
    }
}