Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
pchart 2 を使用して、棒グラフの横座標 (x 軸) をグラフの上部ではなく下部に移動する信頼できる (できれば組み込みの) 方法を探しています。
したがって、上の画像を考慮して、「ヒット」軸をチャートの下部に移動したいと思います。
ありがとう
使用できます:
$MyData->setAxisPosition(0,AXIS_POSITION_BOTTOM);
確かに、setAbscissaPosition のようなものの方が簡単です。